How to restore roles into new Database server?

2021-09-15 Thread Sridhar Parepalli
Hello Pros, Is there a quick way to create roles from database server to another db server? Regards, Sridhar Parepalli

RE: How to restore roles into new Database server?

2021-09-15 Thread Sridhar Parepalli
Thank you! Ninad From: Ninad Shah Sent: Wednesday, September 15, 2021 10:11 AM To: Sridhar Parepalli Cc: pgsql-general@lists.postgresql.org Subject: Re: How to restore roles into new Database server? EXTERNAL This can be accomplished by taking a global dump. pg_dumpall utility has an option

RE: How to restore roles into new Database server?

2021-09-15 Thread Sridhar Parepalli
Thank you, Adrian! -Original Message- From: Adrian Klaver Sent: Wednesday, September 15, 2021 10:13 AM To: Sridhar Parepalli ; pgsql-general@lists.postgresql.org Subject: Re: How to restore roles into new Database server? EXTERNAL On 9/15/21 6:53 AM, Sridhar Parepalli wrote: > He

RE: How to restore roles into new Database server?

2021-09-15 Thread Sridhar Parepalli
Thank you, Thomas! -Original Message- From: Thomas Kellerer Sent: Wednesday, September 15, 2021 10:55 AM To: pgsql-general@lists.postgresql.org Subject: Re: How to restore roles into new Database server? EXTERNAL Sridhar Parepalli schrieb am 15.09.2021 um 15:53: > Hello Pros, &