You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
INFO: Running incremental restore into nonempty directory: "/tmp/restore"
ERROR: Could not open file "/tmp/restore/global/pg_control" for reading: No such file or directory
We should just go with "--force"
The text was updated successfully, but these errors were encountered:
- pg_control file backup after all other files in backup
- pg_control file restore last in full restore
- rename pg_control to pg_control.pbk.bak at start of non-full restore
- remove pg_control.pbk.bak in the end of successfull non-full restore
- use pg_control.pbk.bak after failed non-full restore
- added tests for full and incremental restore
Tags: backup, catchup, restore
Currently it plays this way:
We should just go with "--force"
The text was updated successfully, but these errors were encountered: