mirror of
https://github.com/myronblair/fusionpbx-config
synced 2026-06-30 17:50:16 -05:00
38 lines
795 B
SQL
38 lines
795 B
SQL
--
|
|
-- PostgreSQL database cluster dump
|
|
--
|
|
|
|
\restrict h5jdeiwpfVhsdbBfFLUSJhRcoYBsgYhwuNKbaQZVQYpKMdMfuVHD9IB6V4eNr1T
|
|
|
|
SET default_transaction_read_only = off;
|
|
|
|
SET client_encoding = 'UTF8';
|
|
SET standard_conforming_strings = on;
|
|
|
|
--
|
|
-- Roles
|
|
--
|
|
|
|
CREATE ROLE fusionpbx;
|
|
ALTER ROLE fusionpbx WITH SUPERUSER INHERIT NOCREATEROLE NOCREATEDB LOGIN NOREPLICATION NOBYPASSRLS PASSWORD 'SCRAM-SHA-256$4096:JOYKSj+lfw3sxgcuge2NEQ==$k1piq39UiU0yXVkXwXp4kq6uf1R+x4f1OJjXkJCWRE8=:iEQk9HFcFZ4tZOtuZ2hWHbCQCv1CFbe+rQsHNk7Nqx0=';
|
|
CREATE ROLE postgres;
|
|
ALTER ROLE postgres WITH SUPERUSER INHERIT CREATEROLE CREATEDB LOGIN REPLICATION BYPASSRLS;
|
|
|
|
--
|
|
-- User Configurations
|
|
--
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
\unrestrict h5jdeiwpfVhsdbBfFLUSJhRcoYBsgYhwuNKbaQZVQYpKMdMfuVHD9IB6V4eNr1T
|
|
|
|
--
|
|
-- PostgreSQL database cluster dump complete
|
|
--
|
|
|