Re: How do dump server wide configuration?

From: Muhammad Usman Khan <usman(dot)k(at)bitnine(dot)net>
To: Ron Watkins <rwatki(at)gmail(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: How do dump server wide configuration?
Date: 2024-10-22 03:57:04
Message-ID: CAPnRvGsoqXUBKWoo_qrsObb_aDq+wW54Sg3Dm4enapnkzW2nqA@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi,
You can use pg_dumpall. This will create a complete dump of all databases
along with the global objects.

On Mon, 21 Oct 2024 at 23:22, Ron Watkins <rwatki(at)gmail(dot)com> wrote:

> I have been dumping individual databases with the pg_dump command, but a
> issue has come up where user configs and other data stored at the server
> level are not being dumped. Is there a way to dump those data as well?
>
> --
> Ron Watkins, K7DOG
> 602.743.5272
>

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Buzas, Matthew Scott 2024-10-22 14:28:24 questions about pgsql & pgadmin4 + fatal no role detected
Previous Message Alvaro Herrera 2024-10-21 18:31:31 Re: Verify or dump pgdata files