Closed ezawadzki closed 3 months ago
So I wouldn't consider this a bug -- you're using a more recent Postgres version. So you need to either downgrade your Postgres container, or install a later version of Postgres in the php-prod-base:8.2-alpine
image
Here's what I use:
https://github.com/nystudio107/plugindev/blob/develop/.docker-config/postgres/Dockerfile
Describe the bug
After executing :
php craft update [my-package]
It tries to perform a backup of database. But I got this error :The
pg_dump version: 15.7
belongs tonystudio107/php-prod-base:8.2-alpine
Postgres 16.2 of my database container seems to be too recent, but hard to go back all my data to a previous version of Postgres. Is it possible to have a newer release ?To reproduce
Expected behaviour
It should perform the backup.
Versions