Re: How to create directory format backup

From: Erik Wienhold <ewie(at)ewie(dot)name>
To: Andrus <kobruleht2(at)hot(dot)ee>, depesz(at)depesz(dot)com
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: How to create directory format backup
Date: 2023-02-08 21:17:58
Message-ID: 531831758.189866.1675891078338@office.mailbox.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> On 08/02/2023 21:59 CET Andrus <kobruleht2(at)hot(dot)ee> wrote:
>
> How to create backup in format from which tables can selectively restored?

Dump as custom-format archive (-F custom) and use that with pg_restore and
options --table or --list/--use-list to select what should be restored.

--
Erik

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Christophe Pettus 2023-02-08 21:20:05 Re: How to use the BRIN index properly?
Previous Message Siddharth Jain 2023-02-08 21:17:23 Re: How to use the BRIN index properly?