mirror of
https://github.com/ansible/awx-operator.git
synced 2026-03-26 21:33:14 +00:00
* Change default value for postgres_data_path /var/lib/postgresql/data/pgdata to /var/lib/pgsql/data/pgdata postgres 15 uses a different location for postgres data directory. Fixes issue were database was not being written to the mounted in volume, and if the postgres container restarted, data would be lost. Signed-off-by: Seth Foster <fosterbseth@gmail.com> --------- Signed-off-by: Seth Foster <fosterbseth@gmail.com> Co-authored-by: Hao Liu <44379968+TheRealHaoLiu@users.noreply.github.com>