dalibo / pitrery

DEPRECATED. PostgreSQL Point In Time Recovery made easy
http://dalibo.github.io/pitrery/
Other
108 stars 31 forks source link

Issue 130: abort check if backup_timestamp is not available #131

Closed blogh closed 4 years ago

blogh commented 4 years ago

When the backup_timestamp is absent we should abort the check because something is wrong with the backup repository. (#130 )

blogh commented 4 years ago

Added a last minute fix to the test of return code ($RC = 0 instead of "$RC" -eq "0") and rebased. I'll merge now.