trove/releasenotes/notes/fix-postgresql-socket-path-2028103b91543e4c.yaml
wu.chunyang f151fd91d9 Change postgresql socket path to a persistent path
This patch changes the default socket patch on the host from
"/var/run/postgresql" to "/var/lib/postgresql-socket".
ensuring that the  database container starts properly after
a Nova instance is restarted.

Story: 2010599
Task: 47471

Change-Id: I54a53cc802bbd20bb9e2c6508919e4c8dda38f2a
2024-01-30 03:08:55 +00:00

7 lines
198 B
YAML

---
fixes:
- |
Fix a bug where the postgresql container is unable to recover
after a reboot of the Nova instance.
`Story 2010599 <https://storyboard.openstack.org/#!/story/2010599>`__