Remove the ability to customize the postgres_data_dir#1798
Remove the ability to customize the postgres_data_dir#1798rooftopcellist merged 1 commit intoansible:develfrom
Conversation
6dde291 to
703a9c2
Compare
* in the sclorg Postgresql 15 image, the PGDATA directory is hardcoded * if users were to modify this directory, they would only change the directory the pvc is mounted to, not the directory PostgreSQL uses. This would result in loss of data. * switch from /var/lib/pgsql/data/pgdata to /var/lib/pgsql/data/userdata
703a9c2 to
88302e3
Compare
|
I haven't verified this yet, but when we upgrade the CRDs to this PR's while there is already an AWX CR with |
|
@kurokobo The k8s validator still applies the AWX CR, but omits the The caveat to this approach is that users won't be able to use the old I left in the I added a warning about this in the release notes for 2.13.1 and 2.14.0. |
|
@rooftopcellist
and I can confirm this PR works as expected 👍
|
|
@kurokobo Thank you for testing this out so thoroughly! |
SUMMARY
Remove the ability to customize the postgres_data_dir
ISSUE TYPE
cc @kurokobo