From 767e20e13da596c1a76c89ce967e5fcdafb95b45 Mon Sep 17 00:00:00 2001 From: Stewart X Addison <6487691+sxa@users.noreply.github.com> Date: Mon, 11 Mar 2024 08:36:22 +0000 Subject: [PATCH] doc: add note on backing up jenkins war file on upgrades (#3444) Signed-off-by: Stewart X Addison --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index dd573e6837..d5a5ba53e9 100644 --- a/README.md +++ b/README.md @@ -118,11 +118,11 @@ to do an out-of-bound patch if a sufficientl sever issue is identified. to identify any potential problems. Allow jenkins to upgrade itself 5. Redo step 1/2 so that any plugins that were unable to be updated due to the older jenkins level can update themselves. -6. If necessary, and the remediation cannot be performed within the window, - identify potentially risky plugins that were held back and create an issue - to deal with them in the next cycle. - -(TODO: Publish and link to video of an upgrade session) +6. If necessary, and the remediation cannot be performed within the + maintenance window, identify potentially risky plugins that were held + back and create an issue to deal with them in the next cycle. +7. Backup the main war in /usr/share/jenkins to a name with a version suffix + in case of corruption to the main jar. ### Backups