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
But I was thinking if there's something that can be added as an option when running the image, maybe the entrypoint could have extra packages names as an argument and install them before running, for example
docker run -ti --rm -v ./.volumes/db:/var/lib/postgresql tianon/postgres-upgrade:14-to-16 --packages=postgresql-14-postgis-3,postgresql-16-postgis-3
and that just runs apt update && apt install postgresql-14-postgis-3 postgresql-16-postgis-3 before the upgrade
The text was updated successfully, but these errors were encountered:
There's an error when trying to upgrade and postgis is installed, I've found the following workaround
But I was thinking if there's something that can be added as an option when running the image, maybe the entrypoint could have extra packages names as an argument and install them before running, for example
and that just runs
apt update && apt install postgresql-14-postgis-3 postgresql-16-postgis-3
before the upgradeThe text was updated successfully, but these errors were encountered: