From 97b50f34e847fc2f4a472c8a0853e9d8a9388b81 Mon Sep 17 00:00:00 2001 From: Tom Kralidis Date: Tue, 11 Nov 2025 07:29:02 -0500 Subject: [PATCH] update process manager documentation (#2155) --- docs/source/publishing/ogcapi-processes.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/source/publishing/ogcapi-processes.rst b/docs/source/publishing/ogcapi-processes.rst index 6e9ffddd5..3614957c6 100644 --- a/docs/source/publishing/ogcapi-processes.rst +++ b/docs/source/publishing/ogcapi-processes.rst @@ -117,6 +117,10 @@ The connection to a `MongoDB`_ instance must be provided in the configuration. `MongoDB`_ uses ``localhost`` and port ``27017`` by default. Jobs are stored in a collection named ``job_manager_pygeoapi``. +.. note:: + + The ``job_manager_pygeoapi`` collection must exist in the MongoDB instance. + .. code-block:: yaml server: @@ -132,6 +136,10 @@ As another alternative to the default, a manager employing `PostgreSQL`_ can be The connection to a `PostgreSQL`_ database must be provided in the configuration. `PostgreSQL`_ uses ``localhost`` and port ``5432`` by default. Jobs are stored in a table named ``jobs``. +.. note:: + + The ``jobs`` table must exist in the PostgreSQL instance. + .. code-block:: yaml server: