From 0aa39356f1572feba1cc440cd44791b992bdea13 Mon Sep 17 00:00:00 2001 From: Mateus Abelli Date: Mon, 9 Sep 2024 11:28:14 +0200 Subject: [PATCH] Website: Write the Flamenco Upgrading Guide MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add the upgrading guide documentation to the Flamenco website. Fixes #104324 Reviewed-on: https://projects.blender.org/studio/flamenco/pulls/104337 Reviewed-by: Sybren A. Stüvel --- .../content/usage/upgrading/_index.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/web/project-website/content/usage/upgrading/_index.md b/web/project-website/content/usage/upgrading/_index.md index 6a276726..78600e74 100644 --- a/web/project-website/content/usage/upgrading/_index.md +++ b/web/project-website/content/usage/upgrading/_index.md @@ -2,4 +2,15 @@ title: Upgrading Flamenco --- -TODO: write this. +1. To ensure your current jobs are rendered consistently, make sure to finish them before proceeding. +2. Download the [latest version](https://flamenco.blender.org/download/) of Flamenco. +3. Stop the Flamenco Manager and Workers on all computers. +4. Extract the downloaded ZIP in the same location as the previously installed Flamenco Manager, overwriting the existing files. +5. Run the Flamenco Manager executable. + 1. Open the web app in your browser. + 2. Inside the Manager, in the top-right corner, download the updated Blender add-on. +6. In Blender, reinstall the add-on. After installing it, you should see the version change. + 1. Inside the add-on panel, check your preferences and press the refresh button on the Manager URL field. +7. Replace the Workers executables on each computer with the newer version. + 1. Run them again, they should sign in to the Manager as usual. +8. Send your jobs to your updated render farm. \ No newline at end of file