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.08k stars 116 forks source link

How to support PostgreSQL database upgrade with multiple tablespaces #89

Closed cobolbaby closed 7 months ago

cobolbaby commented 8 months ago

Currently, to support data tiered storage, I have configured multiple tablespaces. Does the pg_upgrade container support this configuration?

tianon commented 8 months ago

That's probably a better question for a proper postgres community; I actually don't know much about the utility other than I don't like it and the way it works requires an approach like this repo for containers. 😅