Backup Database Question

Поиск
Список
Период
Сортировка
От Carlos Mennens
Тема Backup Database Question
Дата
Msg-id CAAQLLO65q34kmyC-6TNo=maDmzu0ivBTtO+mNRqg+PJu4nXhMQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: Backup Database Question
Re: Backup Database Question
Список pgsql-general
So I'm looking to start regularly backing up my production database at
work. I'm tired of doing it manually every day before I go home. I use
the built in 'pg_dump' or 'pg_dumpall' utilities however I don't know
which is more beneficial for a nightly backup. Perhaps I should be
using the 'pg_dumpall' as a weekly / full backup only and not perform
this nightly but honestly I have no idea so I'm asking the experts
here. When should I use 'pg_dump' & 'pg_dumpall'? Is there a downside
to just backing up the entire database cluster nightly besides I/O
load and sacrificing system performance?

My last question is does anyone know how I can easily automate my
backups for PostgreSQL in Linux using Cron or some well written script
someone has on the web? I'm looking for anything  that can simplify
and automate my backups for me so I don't have to do them manually by
hand before I leave the office.

Thanks for any help in this area!

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

Предыдущее
От: Thomas Kellerer
Дата:
Сообщение: Re: Selecting All Columns Associated With Maximum Value of One Column
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Backup Database Question