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@gmail.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?