Re: Table update: restore or replace?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Table update: restore or replace?
Дата
Msg-id 28923.1557868239@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Table update: restore or replace?  (Adrian Klaver <adrian.klaver@aklaver.com>)
Ответы Re: Table update: restore or replace?  (Rich Shepard <rshepard@appl-ecosys.com>)
Список pgsql-general
Adrian Klaver <adrian.klaver@aklaver.com> writes:
> If you where to restore at the file level I would:
> 1) Stop the server.
> 2) Move the existing content of /var/lib/pgsql/10/data/ somewhere else 
> just to be safe.
> 3) Copy in the backup.

Yeah.  You can't just selectively copy files, because the data files
are dependent on the contents of the pg_xact transaction log; it's
all or nothing.

Also, I don't know what method you've been using to make file-level
backups, but they're really pretty worthless unless you (a) stop
the server or (b) use a filesystem snapshot.  Otherwise you're very
likely to have inconsistent data.

            regards, tom lane



В списке pgsql-general по дате отправления:

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: Table update: restore or replace?
Следующее
От: Rich Shepard
Дата:
Сообщение: Re: Table update: restore or replace?