Upgrade Postgres version (Docker-Compose)
When is a postgres database upgrade required?
Postgres database upgrade instructions
wget https://downloads.openappsec.io/scripts/migrate_postgres.sh
chmod +x ./migrate_postgres.sh
./migrate_postgres.shRecover postgres structure if postgres version was upgraded without running migrate_postgres.sh tool first
Last updated
Was this helpful?