
PostgreSQL container which automatically upgrades database files before starting. Supports PG 9.5 thru 17.x.
About
pgautoupgrade is a PostgreSQL Docker container that automates database version upgrades using pg_upgrade with the --link option for fast in-place operations. It's designed for database administrators and developers who want to eliminate manual intervention when upgrading PostgreS…