docs: Rename postgres.md to postgresql.md.

This commit is contained in:
Alex Vandiver 2020-10-26 14:52:30 -07:00 committed by Tim Abbott
parent 2b0bbbb882
commit 524ffe6acc
4 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
# version e.g. to say that something is likely to have changed.
# For more info see: https://www.sphinx-doc.org/en/master/templating.html
#}
{% if pagename in ["production/video-calls"] and release.endswith('+git') %}
{% if pagename in ["production/postgresql", "production/video-calls"] and release.endswith('+git') %}
{#
# This page doesn't exist in the stable documentation yet.
# This temporary workaround prevents CircleCI failure and should be removed after the next release.

View File

@ -15,7 +15,7 @@ Zulip in production
security-model
authentication-methods
export-and-import
postgres
postgresql
upload-backends
ssl-certificates
email

View File

@ -150,7 +150,7 @@ installing Zulip with a dedicated database server.
* **Dedicated database**. For installations with hundreds of daily
active users, we recommend using a [remote PostgreSQL
database](postgres.md), but it's not required.
database](postgresql.md), but it's not required.
* **RAM:** We recommended more RAM for larger installations:
* With 25+ daily active users, 4GB of RAM.