Re: How to do hot backup using postgres

Поиск
Список
Период
Сортировка
От Ray Stell
Тема Re: How to do hot backup using postgres
Дата
Msg-id 20100817130257.GC31391@cns.vt.edu
обсуждение исходный текст
Ответ на Re: How to do hot backup using postgres  (tuanhoanganh <hatuan05@gmail.com>)
Список pgsql-general
On Tue, Aug 17, 2010 at 11:02:20AM +0700, tuanhoanganh wrote:
> On Sat, Aug 14, 2010 at 10:00 AM, tuanhoanganh <hatuan05@gmail.com> wrote:
> > The process cannot access the file because it is being used by another
> > process.
> > C:\...\8.3\pg_xlog\00000001000000070000001B

Exclude pg_log from the backup or rm that file at the recovery:

"You can, however, omit from the backup dump the files within the pg_xlog/
subdirectory of the cluster directory. This slight complication is
worthwhile because it reduces the risk of mistakes when restoring."
http://www.postgresql.org/docs/8.3/interactive/continuous-archiving.html

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

Предыдущее
От: Thom Brown
Дата:
Сообщение: Re: Postgresql's table & index compared to that of MySQL
Следующее
От: Maurice Gittens
Дата:
Сообщение: Why No WHERE clause for INSERT statements