mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-01-11 00:22:34 -06:00
Clarify some of the differences when running in server mode in the docs. Fixes #5724
This commit is contained in:
parent
d6400bbcae
commit
d9c20de31f
@ -33,4 +33,5 @@ Bug fixes
|
|||||||
| `Issue #5646 <https://redmine.postgresql.org/issues/5646>`_ - Ensure that RLS Policy node should be searchable using search object.
|
| `Issue #5646 <https://redmine.postgresql.org/issues/5646>`_ - Ensure that RLS Policy node should be searchable using search object.
|
||||||
| `Issue #5708 <https://redmine.postgresql.org/issues/5708>`_ - Correct TLS certificate filename in the container deployment docs.
|
| `Issue #5708 <https://redmine.postgresql.org/issues/5708>`_ - Correct TLS certificate filename in the container deployment docs.
|
||||||
| `Issue #5710 <https://redmine.postgresql.org/issues/5710>`_ - Fixed an issue when comparing the table with a trigger throwing error in schema diff.
|
| `Issue #5710 <https://redmine.postgresql.org/issues/5710>`_ - Fixed an issue when comparing the table with a trigger throwing error in schema diff.
|
||||||
| `Issue #5716 <https://redmine.postgresql.org/issues/5716>`_ - Fixed an issue where ajax call continues to fire even after disconnect the database server.
|
| `Issue #5716 <https://redmine.postgresql.org/issues/5716>`_ - Fixed an issue where ajax call continues to fire even after disconnect the database server.
|
||||||
|
| `Issue #5724 <https://redmine.postgresql.org/issues/5724>`_ - Clarify some of the differences when running in server mode in the docs.
|
@ -8,6 +8,15 @@ pgAdmin may be deployed as a web application by configuring the app to run in
|
|||||||
server mode and then deploying it either behind a webserver running as a reverse
|
server mode and then deploying it either behind a webserver running as a reverse
|
||||||
proxy, or using the WSGI interface.
|
proxy, or using the WSGI interface.
|
||||||
|
|
||||||
|
When deployed in server mode, there are two notable differences for users:
|
||||||
|
|
||||||
|
* Users must login before they can use pgAdmin. An initial superuser account
|
||||||
|
is created when server mode is initialised, and this user can add additional
|
||||||
|
superusers and non-superusers as required.
|
||||||
|
* File storage is restricted to a virtual root directory for each individual
|
||||||
|
user under the directory configured using the ``STORAGE_DIR`` configuration
|
||||||
|
parameter. Users do not have access to the complete filesystem of the server.
|
||||||
|
|
||||||
The following instructions demonstrate how pgAdmin may be run as a WSGI
|
The following instructions demonstrate how pgAdmin may be run as a WSGI
|
||||||
application under ``Apache HTTPD``, using ``mod_wsgi``, standalone using ``uWSGI``
|
application under ``Apache HTTPD``, using ``mod_wsgi``, standalone using ``uWSGI``
|
||||||
or ``Gunicorn``, or under ``NGINX`` using using ``uWSGI`` or ``Gunicorn``.
|
or ``Gunicorn``, or under ``NGINX`` using using ``uWSGI`` or ``Gunicorn``.
|
||||||
|
Loading…
Reference in New Issue
Block a user