Update RELEASES.md (#3556)

added instruction to find the location of your docker directory (especially useful for those who used ansible since they never had to setup docker manually)
update-deps-4^2
nixoye 10 months ago committed by GitHub
parent 9d52d8bd0b
commit 3dd2fd0f7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1002,7 +1002,7 @@ We've extracted the main federation logic into its own library, [activitypub-fed
This upgrade requires a newer version of postgres, which **must be done manually**. Do not try to use Ansible.
`cd` to your lemmy docker directory and run this helper script:
`cd` to your lemmy docker directory which can be found in `/srv/lemmy/(domainname)` and run this helper script:
```
sudo wget https://raw.githubusercontent.com/LemmyNet/lemmy/main/scripts/postgres_12_to_15_upgrade.sh

Loading…
Cancel
Save