Re: Table update: restore or replace?

Поиск
Список
Период
Сортировка
От Rich Shepard
Тема Re: Table update: restore or replace?
Дата
Msg-id alpine.LNX.2.20.1905141419490.30120@salmo.appl-ecosys.com
обсуждение исходный текст
Ответ на Re: Table update: restore or replace?  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Table update: restore or replace?
Список pgsql-general
On Tue, 14 May 2019, Tom Lane wrote:

> 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.

Tom,

That's why I thought of copying the entire data/ directory.

> 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.

I run dirvish <http://www.dirvish.org/> which runs each night starting at
00:30 am when there's no activity (by me, at least) on the database.

Regards,

Rich



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

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