Re: warm database, tape device backup

Поиск
Список
Период
Сортировка
От Greg Smith
Тема Re: warm database, tape device backup
Дата
Msg-id Pine.GSO.4.64.0902061349310.10025@westnet.com
обсуждение исходный текст
Ответ на warm database, tape device backup  (milos.babic@gmail.com)
Список pgsql-general
On Fri, 6 Feb 2009, milos.babic@gmail.com wrote:

> Can we use on-line backup
> (http://www.postgresql.org/docs/8.1/static/backup-online.html) using
> pg_start_backup and place backup segments onto a tape device directly,
> without using the disk storage temporarily (because we have 1,5 TB
> database)?

Yes, you can directly backup the database onto tape once you've issued
pg_start_backup.  However, the "Setting up WAL archiving" step is not
optional here.  That backup is useless unless you then also write to tape
the WAL archives that are generated while the backup is running.  You need
to make sure all the segments referred to by the output from
pg_stop_backup are pushed to tape before your backup is complete.

There's some additional text and links to resources on this topic at
http://wiki.postgresql.org/wiki/Warm_Standby you may find a useful in
addition to the manual here.

--
* Greg Smith gsmith@gregsmith.com http://www.gregsmith.com Baltimore, MD

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

Предыдущее
От: Josh Harrison
Дата:
Сообщение: dbi_link question -problem connecting to oracle
Следующее
От: Ivan Sergio Borgonovo
Дата:
Сообщение: minimal open source e-commerce software for pg