From 9a002bf17262e30903a7b0bd2d01b049159eaa75 Mon Sep 17 00:00:00 2001 From: Fabian <11352551+fabm3n@users.noreply.github.com> Date: Thu, 19 Aug 2021 12:37:48 +0200 Subject: [PATCH] Docs: no diff in mysql / pstgres in upgrade (#2180) --- doc/admin/installation/manual_smallscale.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/admin/installation/manual_smallscale.rst b/doc/admin/installation/manual_smallscale.rst index 9e0c924d6a..1d7a2f4b1b 100644 --- a/doc/admin/installation/manual_smallscale.rst +++ b/doc/admin/installation/manual_smallscale.rst @@ -285,8 +285,7 @@ Updates .. warning:: While we try hard not to break things, **please perform a backup before every upgrade**. -To upgrade to a new pretix release, pull the latest code changes and run the following commands (again, replace -``postgres`` with ``mysql`` if necessary):: +To upgrade to a new pretix release, pull the latest code changes and run the following commands:: $ source /var/pretix/venv/bin/activate (venv)$ pip3 install -U --upgrade-strategy eager pretix gunicorn