tianon / docker-postgres-upgrade

a PoC for using "pg_upgrade" inside Docker -- learn from it, adapt it for your needs; don't expect it to work as-is!
https://hub.docker.com/r/tianon/postgres-upgrade/
MIT License
1.09k stars 116 forks source link

Add support for postgres 15 #67

Closed zarguell closed 2 years ago

zarguell commented 2 years ago

Postgres 15 was just released a couple days ago, so I added Dockerfiles for * to 15 using the update script

realies commented 2 years ago

Works great, thanks!

tianon commented 2 years ago

Thanks!