Вопрос про бэкапы

From: "Evgeny M(dot) Baldin" <E(dot)M(dot)Baldin(at)inp(dot)nsk(dot)su>
To: pgsql-ru-general(at)postgresql(dot)org
Subject: Вопрос про бэкапы
Date: 2005-10-11 15:14:39
Message-ID: Pine.LNX.4.58.0510112208530.7256@star.inp.nsk.su
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ru-general

Добрый день

Хотелось бы уточнить

Из документации к postgreSQL 8:

22.3.2. Making a Base Backup

\ldots

2. Connect to the database as a superuser, and issue the command

SELECT pg_start_backup('label');

\ldots

3. Perform the backup, using any convenient file-system-backup tool
such as tar or cpio. It is neither necessary nor desirable to stop normal
operation of the database while you do this.

4. Again connect to the database as a superuser, and issue the command

SELECT pg_stop_backup();

\ldots

Вопрос про пункт 3: обязательно именно копировать или можно pg_dump
воспользоваться?

Вопрос по пунктам 2 и 4 - это разные подсоединения или всё должно быть в
пределах одной сессии?

Есть ли утилита, которая 2, 3 и 4 делает автоматом?

С уважением
Евгений

Browse pgsql-ru-general by date

  From Date Subject
Next Message Oleg Bartunov 2005-10-11 16:56:02 postgresql admin in Moscow
Previous Message Viktor Vislobokov 2005-09-28 04:30:11 А почему этого списка нету на страничке PostgreSQL?