Skip to content
Closed
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
4 changes: 3 additions & 1 deletion content/developer/reference/cli.rst
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ Database

.. option:: --db-filter <filter>

hides databases that do not match ``<filter>``. The filter is a
hides databases that do not match ``<filter>`` for the Web UI. The filter is a
`regular expression`_, with the additions that:

- ``%h`` is replaced by the whole hostname the request is made on.
Expand Down Expand Up @@ -290,6 +290,8 @@ Database
If database 11seconddatabase doesn't exist, the database is created and base modules
is installed

.. warning:: This option does not affect cron workers, if no --database is given, cron workers will run on every available database

.. option:: --db-template <template>

when creating new databases from the database-management screens, use the
Expand Down