From d6503e3e4884d0e845e49a788cb7b4f0bc92b82b Mon Sep 17 00:00:00 2001 From: Lukas Martini Date: Thu, 26 Jan 2017 09:18:56 +0100 Subject: [PATCH] Correct wrong module name for Postgres in example configs (#394) --- doc/admin/installation/docker_smallscale.rst | 2 +- doc/admin/installation/manual_smallscale.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/admin/installation/docker_smallscale.rst b/doc/admin/installation/docker_smallscale.rst index d36e73adc..f9bef1eaa 100644 --- a/doc/admin/installation/docker_smallscale.rst +++ b/doc/admin/installation/docker_smallscale.rst @@ -111,7 +111,7 @@ Fill the configuration file ``/etc/pretix/pretix.cfg`` with the following conten datadir=/data [database] - ; Replace mysql with psycopg2 for PostgreSQL + ; Replace mysql with postgresql_psycopg2 for PostgreSQL backend=mysql name=pretix user=pretix diff --git a/doc/admin/installation/manual_smallscale.rst b/doc/admin/installation/manual_smallscale.rst index 3ef1ecefe..3251d0157 100644 --- a/doc/admin/installation/manual_smallscale.rst +++ b/doc/admin/installation/manual_smallscale.rst @@ -82,7 +82,7 @@ Fill the configuration file ``/etc/pretix/pretix.cfg`` with the following conten datadir=/var/pretix/data [database] - ; Replace mysql with psycopg2 for PostgreSQL + ; Replace mysql with postgresql_psycopg2 for PostgreSQL backend=mysql name=pretix user=pretix