Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/source/publishing/ogcapi-processes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down