Re: BUG #14963: Number of wal files are keep on increasing

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема Re: BUG #14963: Number of wal files are keep on increasing
Дата
Msg-id 20171214133517.GW4628@tamriel.snowman.net
обсуждение исходный текст
Ответ на Re: BUG #14963: Number of wal files are keep on increasing  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Ответы Re: BUG #14963: Number of wal files are keep on increasing  (Raghavendra Rao J S V <raghavendrajsv@gmail.com>)
Re: BUG #14963: Number of wal files are keep on increasing  (Michael Paquier <michael.paquier@gmail.com>)
Список pgsql-bugs
Alvaro, Raghavendra,

* Alvaro Herrera (alvherre@alvh.no-ip.org) wrote:
> Raghavendra Rao J S V wrote:
> > We are taking the backup of database everyday using pg_basebackup utility. We
> > have implemented a pg_basebackup utility through shell script.This will be
> > invoked everyday at 2AM and takes the backup of database.
>
> This is a bad idea.  If you don't have a very firm grasp of how to write
> a backup system, it's better not to write it yourself, because there are
> many possible errors you can make that can lead you to end up with
> backups that look ok but are actually invalid.

Using pg_basebackup is *not* a bad idea, it's a good tool and works just
fine if used properly for a lot of environments.  The biggest concern
with pg_basebackup is making sure that the WAL is streamed with the
backup and kept (using --xlog-method=stream) and that you're checking
the results of the command to make sure it didn't error out.

Of course, with any backup solution, it's essential that backups be
fully restored and tested to make sure that they work.

There are certainly other tools out there for doing backups of PG with
their own pros and cons and while I wouldn't recommend that people try
to write their own backup software, using pg_basebackup isn't bad and we
shouldn't be telling people that.

Thanks!

Stephen

Вложения

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

Предыдущее
От: Jarosław Stokłosa
Дата:
Сообщение: Re: BUG #14974: count doesn't accept text columns
Следующее
От: Raghavendra Rao J S V
Дата:
Сообщение: Re: BUG #14963: Number of wal files are keep on increasing