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
Fix pg_control check for WAL-E backups (wal-g#169)
* Fix pg_control check for WAL-E backups
Currently, WAL-E backup restoration was broken since preprelease 0.2.1+
We were checking for pg_control before understanding that it is not necessary. This commit fixes it.