Support running the container under OpenShift with alternate UIDs. Fixes #7257

This commit is contained in:
Dave Page
2022-03-21 11:19:33 +00:00
parent 74e794b416
commit e7dc6df723
3 changed files with 18 additions and 5 deletions

View File

@@ -21,3 +21,4 @@ Bug fixes
| `Issue #7059 <https://redmine.postgresql.org/issues/7059>`_ - Fixed an issue where the error is shown on logout when the authentication source is oauth2.
| `Issue #7238 <https://redmine.postgresql.org/issues/7238>`_ - Fixed an issue where foreign key is not removed even if the referred table is removed in ERD.
| `Issue #7257 <https://redmine.postgresql.org/issues/7257>`_ - Support running the container under OpenShift with alternate UIDs.