Files
fusionpbx-config/database/postgres_globals.sql
T

38 lines
795 B
SQL

--
-- PostgreSQL database cluster dump
--
\restrict yIsrSbhomlck8mkhu3BM2fDcKhSg13huw1NUFccCx07PafunaTe2QHV6wKNQ7cH
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:YKw5wvglkJ1SKTn9LxXgHg==$8C9W0SrbgXHglWTB/yIik0/z0QU+idBIRNoH8k10fmg=:TU0w/pHUmOSb0hVwCLY6A7nNFeKQrUQGeaInUwHDDBw=';
CREATE ROLE postgres;
ALTER ROLE postgres WITH SUPERUSER INHERIT CREATEROLE CREATEDB LOGIN REPLICATION BYPASSRLS;
--
-- User Configurations
--
\unrestrict yIsrSbhomlck8mkhu3BM2fDcKhSg13huw1NUFccCx07PafunaTe2QHV6wKNQ7cH
--
-- PostgreSQL database cluster dump complete
--