From a03b8b4f761efe4176f78f1394c1a63d5f56f706 Mon Sep 17 00:00:00 2001 From: Abhilasha Narendra Date: Mon, 25 Nov 2019 10:45:05 +0530 Subject: [PATCH] Updated the json file name from 'servers.json' to 'pgadmin4/servers.json' in the container deployment section of the documentation. Fixes #4836. --- docs/en_US/container_deployment.rst | 4 ++-- docs/en_US/release_notes_4_16.rst | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/en_US/container_deployment.rst b/docs/en_US/container_deployment.rst index 726915fc5..cafacb45a 100644 --- a/docs/en_US/container_deployment.rst +++ b/docs/en_US/container_deployment.rst @@ -174,7 +174,7 @@ Run a TLS secured container using a shared config/storage directory in -v /private/var/lib/pgadmin:/var/lib/pgadmin \ -v /path/to/certificate.cert:/certs/server.cert \ -v /path/to/certificate.key:/certs/server.key \ - -v /tmp/servers.json:/servers.json \ + -v /tmp/servers.json:/pgadmin4/servers.json \ -e 'PGADMIN_DEFAULT_EMAIL=user@domain.com' \ -e 'PGADMIN_DEFAULT_PASSWORD=SuperSecret' \ -e 'PGADMIN_ENABLE_TLS=True' \ @@ -372,4 +372,4 @@ the container is launched like this: The *SCRIPT_NAME* environment variable has been set to tell the container it is being hosted under a subdirectory (in the same way as the *X-Script-Name* header is used with Nginx), and a label has been added to tell Traefik to route -requests under the subdirectory to this container. \ No newline at end of file +requests under the subdirectory to this container. diff --git a/docs/en_US/release_notes_4_16.rst b/docs/en_US/release_notes_4_16.rst index 7535ff1ee..e66fbfc24 100644 --- a/docs/en_US/release_notes_4_16.rst +++ b/docs/en_US/release_notes_4_16.rst @@ -20,6 +20,7 @@ Bug fixes | `Issue #3538 `_ - Fix issue where the Reset button does not get enabled till all the mandatory fields are provided in the dialog. | `Issue #4792 `_ - Ensure that the superuser should be able to create database, as the superuserĀ overrides all the access restrictions. +| `Issue #4836 `_ - Updated the json file name from 'servers.json' to 'pgadmin4/servers.json' in the container deployment section of the documentation. | `Issue #4878 `_ - Ensure that the superuser should be able to create role, as the superuserĀ overrides all the access restrictions. | `Issue #4925 `_ - Shown some text on process watcher till the initial logs are loaded. | `Issue #4930 `_ - Fix main window tab navigation accessibility issue.