From 6f694b60caebc04fd81f6be6b0e0294fbe3ecb3c Mon Sep 17 00:00:00 2001 From: pajowu Date: Fri, 31 Jul 2020 09:24:43 +0200 Subject: [PATCH] Add minimum postgres version to docs (#1738) --- doc/admin/installation/docker_smallscale.rst | 4 ++-- doc/admin/installation/manual_smallscale.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/admin/installation/docker_smallscale.rst b/doc/admin/installation/docker_smallscale.rst index 6f1a9546d5..11a51b0979 100644 --- a/doc/admin/installation/docker_smallscale.rst +++ b/doc/admin/installation/docker_smallscale.rst @@ -26,7 +26,7 @@ installation guides): * `Docker`_ * A SMTP server to send out mails, e.g. `Postfix`_ on your machine or some third-party server you have credentials for * A HTTP reverse proxy, e.g. `nginx`_ or Apache to allow HTTPS connections -* A `PostgreSQL`_, `MySQL`_ 5.7+, or MariaDB 10.2.7+ database server +* A `PostgreSQL`_ 9.5+, `MySQL`_ 5.7+, or MariaDB 10.2.7+ database server * A `redis`_ server We also recommend that you use a firewall, although this is not a pretix-specific recommendation. If you're new to @@ -290,7 +290,7 @@ to re-build your custom image after you pulled ``pretix/standalone`` if you want .. _Let's Encrypt: https://letsencrypt.org/ .. _pretix.eu: https://pretix.eu/ .. _MySQL: https://dev.mysql.com/doc/refman/5.7/en/linux-installation-apt-repo.html -.. _PostgreSQL: https://www.digitalocean.com/community/tutorials/how-to-install-and-use-postgresql-9-4-on-debian-8 +.. _PostgreSQL: https://www.digitalocean.com/community/tutorials/how-to-install-and-use-postgresql-on-ubuntu-20-04 .. _redis: https://blog.programster.org/debian-8-install-redis-server/ .. _ufw: https://en.wikipedia.org/wiki/Uncomplicated_Firewall .. _redis website: https://redis.io/topics/security diff --git a/doc/admin/installation/manual_smallscale.rst b/doc/admin/installation/manual_smallscale.rst index 1ffe31529e..c7d027b9b6 100644 --- a/doc/admin/installation/manual_smallscale.rst +++ b/doc/admin/installation/manual_smallscale.rst @@ -23,7 +23,7 @@ installation guides): * A SMTP server to send out mails, e.g. `Postfix`_ on your machine or some third-party server you have credentials for * A HTTP reverse proxy, e.g. `nginx`_ or Apache to allow HTTPS connections -* A `PostgreSQL`_, `MySQL`_ 5.7+, or MariaDB 10.2.7+ database server +* A `PostgreSQL`_ 9.5+, `MySQL`_ 5.7+, or MariaDB 10.2.7+ database server * A `redis`_ server We also recommend that you use a firewall, although this is not a pretix-specific recommendation. If you're new to @@ -308,7 +308,7 @@ example:: .. _Let's Encrypt: https://letsencrypt.org/ .. _pretix.eu: https://pretix.eu/ .. _MySQL: https://dev.mysql.com/doc/refman/5.7/en/linux-installation-apt-repo.html -.. _PostgreSQL: https://www.digitalocean.com/community/tutorials/how-to-install-and-use-postgresql-9-4-on-debian-8 +.. _PostgreSQL: https://www.digitalocean.com/community/tutorials/how-to-install-and-use-postgresql-on-ubuntu-20-04 .. _redis: https://blog.programster.org/debian-8-install-redis-server/ .. _ufw: https://en.wikipedia.org/wiki/Uncomplicated_Firewall .. _strong encryption settings: https://mozilla.github.io/server-side-tls/ssl-config-generator/