-- -- PostgreSQL database cluster dump -- -- Started on 2020-04-17 12:05:27 SET default_transaction_read_only = off; SET client_encoding = 'UTF8'; SET standard_conforming_strings = on; -- -- Roles -- CREATE ROLE bn_noalyss; ALTER ROLE bn_noalyss WITH SUPERUSER INHERIT CREATEROLE CREATEDB LOGIN REPLICATION NOBYPASSRLS PASSWORD 'md5f2b5468aa26c9aa2d109fd07ad065b3e'; CREATE ROLE postgres; ALTER ROLE postgres WITH SUPERUSER INHERIT CREATEROLE CREATEDB LOGIN REPLICATION BYPASSRLS PASSWORD 'md589bed2ba33210e1b21e43dab98e827fb'; -- Completed on 2020-04-17 12:05:27 -- -- PostgreSQL database cluster dump complete --