PostgreSQL backup verification is failing in v2.8.1 and v2.9.0 #132
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
When upgrading to v2.9.0 our PostgreSQL 13.13 backup verifications are failing with the error:
When looking into the problem it was found that everything works fine with v2.8.0, but v2.8.1 and v2.9.0 fail in this same way.
The backups up to and including v2.8.0 have the
PostgreSQL database dump
at the top of the backup file, followed by thePostgreSQL database cluster dump
that is:However, in v2.8.1 and v2.9.0, the order of these two sections is reversed, with the
PostgreSQL database cluster dump
containing theCREATE ROLE postgres
coming before thePostgreSQL database dump
. It looks like the order was switched in commit eda584f.The logs for the failure look like:
To complicate things, the same error does occur in v2.8.0, even though the verification is marked as a success:
So if it was continuing with the verification even if there were errors (which is bad) is it possible that commit 7e46504 didn't get included in the build until v2.8.1?
The text was updated successfully, but these errors were encountered: