Re: Incremental Backup

Поиск
Список
Период
Сортировка
От Mladen Gogala
Тема Re: Incremental Backup
Дата
Msg-id 4CAB1A6E.4020406@vmsinfo.com
обсуждение исходный текст
Ответ на Incremental Backup  (Majid Azimi <majid.merkava@gmail.com>)
Список pgsql-novice
Majid Azimi wrote:
> What do you mean by "on-line (hot) backup weekly and a  daily archive
> backup."
>
> hot backup means using pg_dump?
> what is archive backup? you mean WAL?
The phrase "hot backup" means that the DB is open while backup is taken.
When you shut the cluster down, the backup is "cold".
I do it  by using pg_start_backup to put the database in the "backup
mode" (cause it to start logging the entire blocks in the WAL archives,
not just the changes) and then back i t up with Symantec NetBackup.
Strictly speaking, pg_dump is not backup since it cannot be used for
recovery. The function "pg_start_backup is described here:

http://developer.postgresql.org/pgdocs/postgres/functions-admin.html

And yes, by the "archive backup" I mean WAL archives.

--
Mladen Gogala
Sr. Oracle DBA
1500 Broadway
New York, NY 10036
(212) 329-5251
www.vmsinfo.com


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

Предыдущее
От: Lukasz Brodziak
Дата:
Сообщение: Re: Date help
Следующее
От: Mladen Gogala
Дата:
Сообщение: WHEN NO_DATA_FOUND THEN....