Skip to content

Commit

Permalink
Get actual version
Browse files Browse the repository at this point in the history
  • Loading branch information
ajformation committed Oct 28, 2024
1 parent 463cdec commit d3f94d7
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,21 +179,25 @@ following plugins:
Run the following command in your Etherpad folder to upgrade

1. Stop any running Etherpad (manual, systemd ...)
2. List versions available
2. Get present version
```sh
git -P tag --contains
```
4. List versions available
```sh
git -P tag --list "v*" --merged
```
3. Select the version
1. Select the version
```sh
git checkout v2.2.5
git switch -c v2.2.5
```
4. Upgrade Etherpad
1. Upgrade Etherpad
```sh
./bin/run.sh
```
5. Stop with [CTRL-C]
6. Restart your Etherpad service
1. Stop with [CTRL-C]
2. Restart your Etherpad service

## Next Steps

Expand Down

0 comments on commit d3f94d7

Please sign in to comment.