Re: Pg backup

From: Nikhil Ingale <niks(dot)bgm(at)gmail(dot)com>
To: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>
Cc: pgsql-admin(at)lists(dot)postgresql(dot)org
Subject: Re: Pg backup
Date: 2022-10-13 06:28:24
Message-ID: CALXkTpzF1YgdxFaA7=gP6XbEYAa5XO+2gSfv_P2XFPtb+=hRSg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Thanks, I'll check it out.

On Wed, Oct 12, 2022 at 7:06 PM Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>
wrote:

> On Wed, 2022-10-12 at 16:29 +0530, Nikhil Ingale wrote:
> > How do I take the backup of all the tables (no table data, no functions
> and other objects) only from one schema and restore to another schema?
>
> Perform a dump with
>
> pg_dump --schema=yourschema --schema-only dbname
>
> Create a new database, restore the dump into the new database, rename the
> schema there,
> dump the new database and drop it, then import the new dump into the
> original database.
>
> Yours,
> Laurenz Albe
> --
> Cybertec | https://www.cybertec-postgresql.com
>

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Ebin Jozer 2022-10-13 09:42:57 Re: Postgresql community edition upgrade
Previous Message Yogesh Mahajan 2022-10-13 06:13:09 Re: pgAdmin hangs while there is a long running process marked red