document void changes

This commit is contained in:
FloatingGhost 2022-07-14 11:58:29 +01:00
parent 64716b4833
commit 04c1f9d77b
3 changed files with 8 additions and 2 deletions

View File

@ -82,7 +82,7 @@ pipeline:
event:
- push
branch:
- void-fix
- develop
secrets:
- SCW_ACCESS_KEY
- SCW_SECRET_KEY

View File

@ -8,7 +8,7 @@ Besides that, doing the following is generally enough:
```sh
# Download the new release
su akkoma -s $SHELL -lc "./bin/pleroma_ctl update"
su akkoma -s $SHELL -lc "./bin/pleroma_ctl update --branch develop"
# Migrate the database, you are advised to stop the instance before doing that
su akkoma -s $SHELL -lc "./bin/pleroma_ctl migrate"

View File

@ -36,6 +36,12 @@ Then compile, migrate and restart as usual.
## From OTP
**IMPORTANT: if you are using musl1.1 (void linux musl edition),
you will need to override the FLAVOUR to amd64-musl11,
also pls go shout at your maintainers to actually upgrade from EOL software.**
the flavour to be
This will just be setting the update URL -
```bash