Add "Upgrade notes" for 2024.6.0 to CHANGELOG.md

This commit is contained in:
Wolfgang Ginolas 2024-06-24 17:54:47 +02:00
parent 3d7a886475
commit 3bbf848253
1 changed files with 374 additions and 353 deletions

View File

@ -4,6 +4,27 @@ SPDX-FileCopyrightText: 2023 XWiki CryptPad Team <contact@cryptpad.org> and cont
SPDX-License-Identifier: AGPL-3.0-or-later
-->
# 2024.6.0
## Upgrade notes
If you are upgrading from a version older than `2024.3.1` please read the upgrade notes of all versions between yours and `2024.6.0` to avoid configuration issues.
To upgrade:
1. Stop your server
2. Get the latest code with git
```bash
git fetch origin --tags
git checkout 2024.6.0
npm ci
npm run install:components
./install-onlyoffice.sh
```
3. Restart your server
4. Review your instance's checkup page to ensure that you are passing all tests
# 2024.3.1
## Goals