Re: Re: Restoring tables with circular references dumped to separate files

From: Melvin Davidson <melvin6925(at)gmail(dot)com>
To: doganmeh <mehmet(at)edgle(dot)com>
Cc: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Re: Restoring tables with circular references dumped to separate files
Date: 2017-10-21 21:14:01
Message-ID: CANu8FizKLjf=KBEaSc-_qEryNM9enp3xJj3S3N1T6pCNJogzjA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Sat, Oct 21, 2017 at 4:48 PM, doganmeh <mehmet(at)edgle(dot)com> wrote:

> The list approach for partial restore is also useful, thank you.
>
> On another note, I used to take full backups (entire database), however
> switched to table by table scheme in order to make it more VCS friendly.
> Namely, so I only check into github the dumps of the tables that are
> updated
> only.
>
> So, from that perspective, is there a dump-restore scenario that is widely
> used, but is also VCS friendly? To my knowledge, pg_restore does not
> restore
> backups that are in "plain text" format, and compressed formats such as
> "tar" would not be github friendly.
>
>
>
> --
> Sent from: http://www.postgresql-archive.org/PostgreSQL-general-
> f1843780.html
>
>
> --
> Sent via pgsql-general mailing list (pgsql-general(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general
>

*>...is there a dump-restore scenario that is widely used, but is also VCS
friendly?*

*You might want to give consideration to pg_extractor.*

*https://github.com/omniti-labs/pg_extractor
<https://github.com/omniti-labs/pg_extractor>*

*https://www.keithf4.com/pg_extractor/
<https://www.keithf4.com/pg_extractor/>*

--
*Melvin Davidson*
I reserve the right to fantasize. Whether or not you
wish to share my fantasy is entirely up to you.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Igal @ Lucee.org 2017-10-22 05:01:56 Re: tgrm index for word_similarity
Previous Message doganmeh 2017-10-21 20:48:24 Re: Restoring tables with circular references dumped to separate files