From 3507a74ab0ef3dc78ded42294ba2c324e3d3bd73 Mon Sep 17 00:00:00 2001 From: "J. King" Date: Wed, 31 Jul 2019 19:16:27 -0400 Subject: [PATCH] Upgrade notes --- .../040_Upgrading_to_a_New_Version.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/en/025_Using_The_Arsse/040_Upgrading_to_a_New_Version.md b/docs/en/025_Using_The_Arsse/040_Upgrading_to_a_New_Version.md index e69de29..2b1afa1 100644 --- a/docs/en/025_Using_The_Arsse/040_Upgrading_to_a_New_Version.md +++ b/docs/en/025_Using_The_Arsse/040_Upgrading_to_a_New_Version.md @@ -0,0 +1,12 @@ +Upgrading The Arsse is usually simple: + +1. Download the latest release +2. Check the `UPGRADING` file for any special notes +3. Stop the newsfeed refreshing service if it is running +4. Extract the new version on top of the old one +5. Ensure permissions are still correct +6. Restart the newsfeed refreshing service + +By default The Arsse will perform any required database schema upgrades when the new version is executed, and release packages contain all newly required library dependencies. + +Occasionally changes to Web server configuration have been required, when new protocols become supported; such changes are always explicit in the `UPGRADING` file