Re: How to restore roles into new Database server?

From: Ninad Shah <nshah(dot)postgres(at)gmail(dot)com>
To: Sridhar Parepalli <Sridhar(dot)Parepalli(at)sas(dot)com>
Cc: "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: How to restore roles into new Database server?
Date: 2021-09-15 14:10:32
Message-ID: CAOFEiBcYzhrJe48D7d2FseQRvXEm9rEPkZVUZo_W2D-kZXKfGg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

This can be accomplished by taking a global dump. pg_dumpall utility has an
option "-g" to accomplish that.

Regards,
Ninad Shah

On Wed, 15 Sept 2021 at 19:24, Sridhar Parepalli <Sridhar(dot)Parepalli(at)sas(dot)com>
wrote:

> Hello Pros,
> Is there a quick way to create roles from database server to another db
> server?
> Regards,
> Sridhar Parepalli
>
>
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2021-09-15 14:12:42 Re: How to restore roles into new Database server?
Previous Message Sridhar Parepalli 2021-09-15 13:53:55 How to restore roles into new Database server?