diff --git a/doc/admin/installation/docker_smallscale.rst b/doc/admin/installation/docker_smallscale.rst index d36e73adcd1..f9bef1eaa25 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 3ef1ecefe27..3251d01575a 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