Re: Bad recovery: no pg_xlog/RECOVERYXLOG

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: Marcin Koziej <marcin(at)cahoots(dot)pl>
Cc: "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Bad recovery: no pg_xlog/RECOVERYXLOG
Date: 2017-10-30 15:47:06
Message-ID: 20171030154706.GE4628@tamriel.snowman.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Greetings,

* Marcin Koziej (marcin(at)cahoots(dot)pl) wrote:
> Now it's fixed, but if anyone needs I'm attaching all scripts to 1)
> backup and restore wal's and 2) backup and restore base backup from
> OpenStack SWIFT

Interesting, but these scripts seem to be seriously lacking in error
checking (what happens if the copy to swift fails..? or pg_basebackup
fails?) and it's unclear how you can be sure that the WAL file has been
sync'd to disk which is important or you might end up having holes in
your WAL stream if the swift system fails. There's also no checking to
make sure that the WAL needed for a given pg_basebackup ever actually
made it to the swift system, which is required to ensure you have a
consistent backup.

Generally speaking, these kinds of scripts really aren't a good choice
for doing backups of PG. I'd strongly suggest you look at one of the
existing tools which are developed specifically for doing backups of PG
and are well tested, supported, and maintained. If you'd like support
for a new storage system, I know that at least pgBackRest's storage
layer is pluggable and adding a new storage option is pretty straight
forward.

Thanks!

Stephen

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message rammohan ganapavarapu 2017-10-30 18:16:19 Postgresql Upgrade from 9.3 to 9.4 failing
Previous Message Ferrell, Denise D CTR NSWCDD, H11 2017-10-30 12:16:02 Re: [Non-DoD Source] Re: Database Error