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
Describe the Bug
We have a PostgreSQL database with PostGIS installed.
The back up validation fails with:
[!!ERROR!!] - Backup verification failed; /backups/daily/2020-07-29/invasivesbc-api-postgresql-test-InvasivesBC_2020-07-29_16-50-15.sql.gz
The following issues were encountered during backup verification;
ERROR: could not open extension control file "/opt/rh/rh-postgresql10/root/usr/share/pgsql/extension/postgis.control": No such file or directory
Elapsed time: 0h:0m:40s - Status Code: 3
Other psql extensions might suffer from this as well.
Expected Behaviour
The backup validation works
** Steps To Reproduce**
Steps to reproduce the behaviour:
Open the back up pod (tested on test)
run./backup.sh -v all
See error
The text was updated successfully, but these errors were encountered:
Describe the Bug
We have a PostgreSQL database with PostGIS installed.
The back up validation fails with:
Other psql extensions might suffer from this as well.
Expected Behaviour
The backup validation works
** Steps To Reproduce**
Steps to reproduce the behaviour:
./backup.sh -v all
The text was updated successfully, but these errors were encountered: