Re: Problem with Online-Backup

Поиск
Список
Период
Сортировка
От Ron Johnson
Тема Re: Problem with Online-Backup
Дата
Msg-id 45C267E0.9070308@cox.net
обсуждение исходный текст
Ответ на Problem with Online-Backup  (roopa perumalraja <roopabenzer@yahoo.com>)
Ответы Re: Problem with Online-Backup  (Glen Parker <glenebob@nwlink.com>)
Список pgsql-general
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 02/01/07 03:02, roopa perumalraja wrote:
> Hi all,
>
> While there are inserts & updates happening into the database, is
> it possible to make the base backup without losing any of the
> updates in the database?

pg_dump does transactionaly-consistent hot backups.

PITR allows you to roll forward to the point-in-time at which the
system crashed.

> What does select pg_start_backup('label'); & pg_stop_backup(); do
> actually?
>
> I am worried if the file system backup tool will not store the
> data files in the /pgsql/data/base which is still getting
> populated. Or does the segment file store that?

Open-database file-level backups might work with PITR, but I
wouldn't trust it.

Closed-database file-level backups definitely work.

> Will the Continuous backup or Hot backup (if any) solve the
> problem?

See above.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFFwmfgS9HxQb37XmcRAjrcAKDB751ZWH/aKV17URY4OKwVN4dosgCfasCD
dF21fHEpPpFQ/TII0OijV6Q=
=EbJe
-----END PGP SIGNATURE-----

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

Предыдущее
От: Paul Lambert
Дата:
Сообщение: Re: How to allow users to log on only from my application not from pgadmin
Следующее
От: Ron Johnson
Дата:
Сообщение: Re: Production systems beware: U.S. Daylight Savings Time comes at a new time this year