Closed davidandreoletti closed 1 year ago
"a PoC for using "pg_upgrade" inside Docker -- learn from it, adapt it for your needs; don't expect it to work as-is!"
I'm sure a PR to help others wouldn't be turned away though.
Yeah, I intentionally haven't touched extensions here because my understanding is that many/most of them will require additional "care and feeding" to handle correctly (not the least of which is going to be installing them on both versions of PostgreSQL correctly, I think :see_no_evil:).
Issue: When update_extension.sql is generated, docker-postures-upgrade's script does not run the file automatically, while I was expecting to since built-in Postgres extensions are easy to upgrade with the generated sql file.
If this is beyond the intended scope of the project, let me know.
Command:
Output