X-Git-Url: http://these/git/?a=blobdiff_plain;f=RELEASES.md;h=bca2f02f1b6c41609b91bc7aedeacd8cf5d90fbb;hb=95e758e7079727d86a4e4f542d6b261fbf0ccc37;hp=66b75cc74e65ca1278534f25c87f2093def1b54f;hpb=9d52d8bd0bbe8d9721f3867cb68e3209f901159a;p=lemmy.git diff --git a/RELEASES.md b/RELEASES.md index 66b75cc7..bca2f02f 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -470,7 +470,7 @@ The installation instructions have been slightly updated. However there are no b Follow the upgrade instructions for [ansible](https://github.com/LemmyNet/lemmy-ansible#upgrading) or [docker](https://join-lemmy.org/docs/en/administration/install_docker.html#updating). -If you need help with the upgrade, you can ask in our [support forum](https://lemmy.ml/c/lemmy_support) or on the [Matrix Chat](https://matrix.to/#/!OwmdVYiZSXrXbtCNLw:matrix.org). +If you need help with the upgrade, you can ask in our [support forum](https://lemmy.ml/c/lemmy_support) or on the [Matrix Chat](https://matrix.to/#/#lemmy-admin-support-topics:discuss.online). ## Support development @@ -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 @@ -1016,8 +1016,8 @@ Next, **manually edit** your [lemmy.hjson](https://github.com/LemmyNet/lemmy/blo - `pictrs_url` is removed, and the pictrs config is now a block. If using docker, it should look like: ``` pictrs: { - url: "http://pictrs:8080/" - # api_key: "API_KEY" + url: "http://pictrs:8080/" + api_key: "{{ postgres_password }}" } ``` - The `rate_limit`, `federation`, `captcha`, and `slur_filter` blocks should be removed, as they are now in the database, and can be updated through the UI. @@ -1048,7 +1048,7 @@ _Note_: On production databases with thousands of comments, this upgrade **takes _Note_: If you have any issues upgrading, you can restore your old database using the [backup and restore instructions here](https://join-lemmy.org/docs/en/administration/backup_and_restore.html). -If you need help with the upgrade, you can ask in our [support forum](https://lemmy.ml/c/lemmy_support) or on the [Matrix Chat](https://matrix.to/#/!BZVTUuEiNmRcbFeLeI:matrix.org). +If you need help with the upgrade, you can ask in our [support forum](https://lemmy.ml/c/lemmy_support) or on the [Matrix Chat](https://matrix.to/#/#lemmy-admin-support-topics:discuss.online). ## Support development