From: | Achilleas Mantzios <achill(at)matrix(dot)gatewaynet(dot)com> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Using cp to back up a database? |
Date: | 2017-10-09 14:09:39 |
Message-ID: | 4c0a4b7b-0638-ee43-d076-fd6f85353293@matrix.gatewaynet.com |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On 09/10/2017 16:51, Larry Rosenman wrote:
>
> If you want a consistent database (you **REALLY** do), pg_dump is the correct tool.
>
In all pg conferences I have been, ppl scream : do not use pg_dump for backups :)
> --
>
> Larry Rosenman http://www.lerctr.org/~ler <http://www.lerctr.org/%7Eler>
>
> Phone: +1 214-642-9640 E-Mail: ler(at)lerctr(dot)org <mailto:ler(at)lerctr(dot)org>
>
> US Mail: 5708 Sabbia Drive, Round Rock, TX 78665-2106
>
> *From: *<pgsql-general-owner(at)postgresql(dot)org> on behalf of Ron Johnson <ron(dot)l(dot)johnson(at)cox(dot)net>
> *Date: *Monday, October 9, 2017 at 8:41 AM
> *To: *"pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
> *Subject: *[GENERAL] Using cp to back up a database?
>
> Hi,
>
> v8.4.20
>
> This is what the current backup script uses:
>
> /usr/bin/psql -U postgres -c "SELECT pg_start_backup('Incrementalbackup',true);"
>
> cp -r /var/lib/pgsql/data/* $dumpdir/data/
>
> /usr/bin/psql -U postgres template1 -c "SELECT pg_stop_backup();"
>
>
>
> Should it use rsync or pg_dump instead?
>
> Thanks
>
>
> --
> World Peace Through Nuclear Pacification
--
Achilleas Mantzios
IT DEV Lead
IT DEPT
Dynacom Tankers Mgmt
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Paquier | 2017-10-09 14:13:36 | Re: Using cp to back up a database? |
Previous Message | Melvin Davidson | 2017-10-09 14:01:03 | Re: Using cp to back up a database? |