Re: PostgreSQL suitable?

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема Re: PostgreSQL suitable?
Дата
Msg-id 20171219163915.GM4628@tamriel.snowman.net
обсуждение исходный текст
Ответ на Re: PostgreSQL suitable?  (James Keener <jim@jimkeener.com>)
Ответы Re: PostgreSQL suitable?  (Alexander Stoddard <alexander.stoddard@gmail.com>)
Список pgsql-general
Greetings,

* James Keener (jim@jimkeener.com) wrote:
> Would a storage block level incremental like zfs work?

This really depends on what you want out of your backups and just
exactly how the ZFS filesystem is set up.  Remember that any backup of
PG that doesn't use PG's start/stop backup must be atomic across all
tablespaces and even then that really just allows you to bring PG back
up as of that point of the snapshot.  I wouldn't recommend trying to
play WAL forward from that kind of a backup.  If you use do use
pg_start/stop_backup with ZFS snapshots, and make sure to track all of
the WAL that's generated between the start/stop backup and ensure it's
reliably stored, etc, then they can work, but it's not simple.

Thanks!

Stephen

Вложения

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

Предыдущее
От: Stephen Frost
Дата:
Сообщение: Re: PostgreSQL suitable?
Следующее
От: Vincenzo Romano
Дата:
Сообщение: Re: PostgreSQL suitable?