From c2466b9fbc40f6b3e764b14082b23df09b831f66 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Tue, 12 Dec 2023 17:21:22 +0100 Subject: [PATCH] add a warning about the post upgrade inaccessibility --- doc/PRE_UPGRADE.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 doc/PRE_UPGRADE.md diff --git a/doc/PRE_UPGRADE.md b/doc/PRE_UPGRADE.md new file mode 100644 index 0000000..7405a97 --- /dev/null +++ b/doc/PRE_UPGRADE.md @@ -0,0 +1,2 @@ +GoToSocial takes some time (from some seconds to some minutes) after each version upgrades to perform various things, like database migration or optimizations. +If your instance is not accessible, please be patient and **do not** restart it manually at the risk of breaking everything! \ No newline at end of file