- Notifications
You must be signed in to change notification settings - Fork86
Open
Labels
Description
I created full backup by pg_probackup with --stream option. Now I'm trying to restore this backup by pg_probackup via restore command and manually by copying files to a new directory and I encountered the following issues:
- When restoring with restore command everything works except that recovery.conf file is not generated. Is it OK?
- But I have issues when I manually copy files from backup to another directory and start Postgres server. Server starts but then immediately prints errors to a log file. Error is "ERROR: invalid page in block 0 of relation global/1262". This happens regardless of whether I create recovery.conf file or not. Is there a way to restore backup manually?