From: nixoye <12674582+nixoye@users.noreply.github.com> Date: Mon, 10 Jul 2023 12:00:00 +0000 (-0300) Subject: Update RELEASES.md (#3556) X-Git-Url: http://these/git/readmes/README.ja.md?a=commitdiff_plain;h=3dd2fd0f7ff24509564bf098817c6152254edc1a;p=lemmy.git 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) --- diff --git a/RELEASES.md b/RELEASES.md index 66b75cc7..1dd500f4 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -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