Thank you, Thomas! -----Original Message----- From: Thomas Kellerer <[email protected]> Sent: Wednesday, September 15, 2021 10:55 AM To: [email protected] Subject: Re: How to restore roles into new Database server?
EXTERNAL Sridhar Parepalli schrieb am 15.09.2021 um 15:53: > Hello Pros, > Is there a quick way to create roles from database server to another db > server? You can use pg_dumpall with the --globals-only parameter to create a SQL script that contains all roles from the source server
