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 locales #84

Open belegnar opened 11 months ago

belegnar commented 11 months ago

avoid

The database was initialized with LC_COLLATE "XXX",  which is not recognized by setlocale()
tianon commented 11 months ago

It's actually intentional that this image doesn't contain locales, just like the parent postgres image it's from 😅