this post was submitted on 02 Feb 2023
4 points (100.0% liked)
Lemmy Support
4650 readers
1 users here now
Support / questions about Lemmy.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Also, did you change the variables in the Lemmy UI environment?
(Edit to specify, in the docker-compose.yml file the variables are now different)
There are also other instructions that you need to follow. Are you following the release note instructions?
See: https://github.com/LemmyNet/lemmy/blob/main/RELEASES.md#lemmy-v0170-release-2023-01-31
Thanks for this. I had no idea these existed. I'll have to read through and make changes.
I've followed all of those instructions, making the necessary changes, and now I'm getting this error:
If you go to your lemmy directory and type docker-compose logs -f lemmy, what does it say?
Can you share your docker-compose.yml file, removing the database password and any other private information?
I'll see about getting you the docker-compose.yml file.
Oh, that looks like an error in your lemmy.hjson settings file. If you share that one too with the passwords redacted I can check.
I just found the typo in that file and fixed it. Site is back up and running! Thank you for your help!
Nice, that is a good feeling.
Ah, great! Congratz!
what the typo did you have? i have the same problem
I find solves: when u updated, dont forget check lemmy-ui environment variables
I skipped second word LEMMY:
LEMMY_UI_~~LEMMY~~_INTERNAL_HOST=lemmy:8536
LEMMY_UI_~~LEMMY~~_EXTERNAL_HOST={{ domain }} \
when i restore this -> all work fine :)