Selfhosted
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
Rules:
-
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam posting.
-
Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.
-
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
-
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
-
No trolling.
Resources:
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
view the rest of the comments
I would move to 0.18 and then on to 0.19, how you get there will depend on how you setup in the first place. a look at your compose file would help
I created a gist with my compose file: https://gist.github.com/osiriswrecks/26a875576d3bbcf11923d7715ac15e6e. It should be stripped of all private info. I tried changing the version from 0.17.3 to 0.18.0 and the server returns a gateway error after restarting.
Update lines 33 and 48 with 0.18.5, then do a
docker compose pull
and thendocker compose up -d
Once lemmy is up and happy, then repeat for 0.19.1
Upgraded to 0.18.5, which now gives me this error:
You might need to wait for lemmy to sort it's self out before lemmt-ui is happy
I can second this. It took a while after an update for the domain to show properly and not give an error. I don't know exactly how long but I started it in the early morning and it wasn't working but by 11 am it was all sorted out.
Meaning I just wait a bit and retry later?
Yes, I had the same issue when I updated to 0.19
UI doesn't come up until database migrations fully complete. Can take half an hour or more depending on how much content is indexed in your instance.