summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Fleischer <lfleischer@archlinux.org>2020-03-27 13:37:46 +0100
committerLukas Fleischer <lfleischer@archlinux.org>2020-03-27 13:49:34 +0100
commit279d8042e3889402079a4d0eaf10a386fdd4a2a9 (patch)
treefda2ab6c9c57a61f06aa455301c9efdfe8f0da53
parenta09c4d81682a1ec76925315b497c475cadebf3ea (diff)
downloadaur-279d8042e3889402079a4d0eaf10a386fdd4a2a9.tar.gz
aur-279d8042e3889402079a4d0eaf10a386fdd4a2a9.tar.xz
Add new upgrade instructions
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
-rw-r--r--upgrading/5.x.x.txt (renamed from upgrading/4.9.0.txt)8
1 files changed, 8 insertions, 0 deletions
diff --git a/upgrading/4.9.0.txt b/upgrading/5.x.x.txt
index 241f24af..94f91c69 100644
--- a/upgrading/4.9.0.txt
+++ b/upgrading/5.x.x.txt
@@ -1,3 +1,11 @@
+Starting from release 5.0.0, Alembic is used for managing database migrations.
+
+Run `alembic upgrade head` from the aurweb root directory to upgrade your
+database after upgrading the source code to a new release.
+
+When upgrading from 4.8.0, you also need to execute the following manual SQL
+statements before doing so.
+
1. Add new columns to store the timestamp and UID when closing requests:
----