Re: [ADMIN] Does Postgres ever write to tables without file systemtimestamps getting updated?

Поиск
Список
Период
Сортировка
От scott ribe
Тема Re: [ADMIN] Does Postgres ever write to tables without file systemtimestamps getting updated?
Дата
Msg-id FA191DE9-AE01-4E11-AD83-3E141D03743A@elevated-dev.com
обсуждение исходный текст
Ответ на Re: [ADMIN] Does Postgres ever write to tables without file system timestamps getting updated?  (Thorsten Schöning <tschoening@am-soft.de>)
Ответы Re: [ADMIN] Does Postgres ever write to tables without file system timestamps getting updated?
Список pgsql-admin
On Jun 6, 2017, at 7:32 AM, Thorsten Schöning <tschoening@am-soft.de> wrote:
>
> Obviously I wasn't clear enough: Postgres is not running and my
> problem is with files and their timestamps in the past. So regarding
> the timestamps the files didn't change for weeks and the files have
> the same size and timestamp in the source and my backup. But if I
> calculate hash sums of those files the results may differ, so rsync
> using checksums will back them up, although the files claim that they
> haven't changed for days/weeks.

You were clear, it's too early in the morning here.

You seem to be assuming that the files were changed close to the time you found the problem; as far as I can tell
that'snot actually true, they could have been changed back at the time of the file timestamps, and could have been
out-of-syncfor a while, right? 

My suggestion to use pg_start_backup is irrelevant to the exact problem you're describing. The documentation for it
doesdescribe a good way to get a file-based backup, without stopping the server, and you might want to check into that.
Youcould also look at pg_base_backup. 

--
Scott Ribe
scott_ribe@elevated-dev.com
(303) 722-0567



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

Предыдущее
От: Sergey Burladyan
Дата:
Сообщение: Re: [ADMIN] Does Postgres ever write to tables without file system timestamps getting updated?
Следующее
От: Thorsten Schöning
Дата:
Сообщение: Re: [ADMIN] Does Postgres ever write to tables without file system timestamps getting updated?