aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2022-12-05 23:33:22 +0100
committerDaniel Schadt <kingdread@gmx.de>2022-12-05 23:33:22 +0100
commit76058b363dd1c28aca3ac24b51549b3c60b3c3ad (patch)
tree8f05b0b7084859cbb4fafc6f82ddd59efe8a05a8 /doc
parent019ca1100b09bd98c27ec90998906e21d360ae0a (diff)
downloadfietsboek-76058b363dd1c28aca3ac24b51549b3c60b3c3ad.tar.gz
fietsboek-76058b363dd1c28aca3ac24b51549b3c60b3c3ad.tar.bz2
fietsboek-76058b363dd1c28aca3ac24b51549b3c60b3c3ad.zip
small documentation fixes
Diffstat (limited to 'doc')
-rw-r--r--doc/administration/upgrading.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/administration/upgrading.rst b/doc/administration/upgrading.rst
index 9d19f90..2b69e4c 100644
--- a/doc/administration/upgrading.rst
+++ b/doc/administration/upgrading.rst
@@ -27,6 +27,15 @@ done in the following way:
If you have downloaded an archive with the Fietsboek source, you need to
download the archive with the new version and extract it somewhere.
+.. tip::
+
+ If upgrading fails, try going in smaller steps, e.g. release by release. If
+ you upgrade over a big version span, the chances are bigger that unintended
+ interactions occur.
+
+ To do that, use ``git`` or ``pip`` to download specific versions of the
+ code instead of going for the latest one.
+
Installing the Python Module
----------------------------