From 8e8f89aa8f84ae439108da51c00ac99df525d48b Mon Sep 17 00:00:00 2001 From: Dave Page Date: Thu, 12 Dec 2019 15:06:33 +0000 Subject: [PATCH] Add a warning about the need to chown storage directories. --- docs/en_US/release_notes_4_16.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/en_US/release_notes_4_16.rst b/docs/en_US/release_notes_4_16.rst index a8492735e..3d44ede62 100644 --- a/docs/en_US/release_notes_4_16.rst +++ b/docs/en_US/release_notes_4_16.rst @@ -6,6 +6,15 @@ Release date: 2019-12-12 This release contains a number of bug fixes and new features since the release of pgAdmin4 4.15. +.. warning:: Warning: This release includes a change to the container + distribution to run pgAdmin as a non-root user. Those users of the + container who are running with mapped storage directories may need to + change the ownership on the host machine, for example: + + .. code-block:: bash + + sudo chown -R 5050:5050 + New features ************