Re: a back up question

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: a back up question
Дата
Msg-id 20171205221519.lmkcvjlmvhfsahva@alvherre.pgsql
обсуждение исходный текст
Ответ на Re: a back up question  (Carl Karsten <carl@personnelware.com>)
Ответы Re: a back up question  (Carl Karsten <carl@personnelware.com>)
Список pgsql-general
Carl Karsten wrote:
> Nothing wrong with lots of tables and data.
> 
> Don't impose any constraints on your problem you don't need to.
> 
> Like what are you backing up to?    $400 for a 1T ssd or $80 fo a 2T usb3
> spinny disk.
> 
> If you are backing up while the db is being updated, you need to make sure
> updates are queued until the backup is done.  don't mess with that
> process.   personally I would assume the db is always being updated and
> expect that.

A backup generated by pg_dump never includes writes that are in flight
while the backup is being taken.  That would make the backup absolutely
worthless!

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


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

Предыдущее
От: Martin Mueller
Дата:
Сообщение: Re: a back up question
Следующее
От: "David G. Johnston"
Дата:
Сообщение: Re: a back up question