Comment on Need some guidance with upgrading
penguin_ex_machina@lemmy.world 1 year agoI created a gist with my compose file: gist.github.com/…/26a875576d3bbcf11923d7715ac15e6…. 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.
mhzawadi@lemmy.horwood.cloud 1 year ago
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
penguin_ex_machina@lemmy.world 1 year ago
Upgraded to 0.18.5, which now gives me this error:
lemmy-lemmy-ui-1 | API error: FetchError: request to http://lemmy:8536/api/v3/site?auth=AUTH_KEY failed, reason: connect ECONNREFUSED IP_ADDRESS:8536
mhzawadi@lemmy.horwood.cloud 1 year ago
You might need to wait for lemmy to sort it’s self out before lemmt-ui is happy
stown@sedd.it 1 year ago
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.
penguin_ex_machina@lemmy.world 1 year ago
Meaning I just wait a bit and retry later?
jon@lemmy.tf 1 year ago
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.