Instance admins be like: Please, please make it through without errors ๐ฌ ๐ญ!
Fediverse
A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, KBin, etc).
If you wanted to get help with moderating your own community then head over to !moderators@lemmy.world!
Rules
- Posts must be on topic.
- Be respectful of others.
- Cite the sources used for graphs and other statistics.
- Follow the general Lemmy.world rules.
Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration), Search Lemmy
I pitty the poor, volunteer admins facing clueless users dealing with downtime. "You said it'd only be an hour! WHAT'S GOING ON!?!?"
It's even worse for me. I'm a poor clueless volunteer admin and the only user on my instance.
Bipolarity runs deep in this one.
At least if you break something it's just you who you have to deal with.
Can confirm!
And it's done! No errors! YESSSSS ๐ฅณ!
Next, log in... instance not found... ๐ญ๐ญ๐ญ
Also, check if your instance has a Status page and bookmark it.
Jerboa v54 or later works on v17 Lemmy for me. You may need to clear data, logout and login for it to work. For other apps the process is likely similar.
Liftoff stopped working for Lemm.ee for me but not Lemmy.world so it must have been upgrade related. I couldn't figure out how to fix it so I'm just switching to Connect, ha.
I've heard reports from our users that liftoff stopped working when we upgraded on Sunday also. It apparently doesn't work with the new version and they said the dev ran off to start a family.
He had twins. Lemmy apps are passion projects. Something has to give.
I manage my own tiny insurance and it took long enough that I thought I broke something. I must need to turn up logging because the back end was completely silent except for "0.19.0" and I only knew something was happening because the database was busy.
Same happened to me, I learned on other releases that no news is good news usually in updates, if you see things busy it's probably doing stuff - but this was a nail biter for sure. Very glad I skipped all the RCs.
I chose to take down my production instance of lemmyz do a cp -r of it, update the docker compose file to specify the new version numbers for Lemmy and lemmy-ui plus change the port that the stack exposes and do a docker-compose pull && docker-compose up -d on that stack to check to see if it could all work. Thankfully it did, so I updated the production compose file and tada! I'm on 19.0 safely
Did it in a similar way. I used:
sudo cp -rp
to keep permissions also. Worked like a charm.
Are you using disk storage or object storage for pict-rs? I need a better way to test updates but I'm trying to avoid having to duplicate my storage or risk breaking prod by pointing to my live object storage from a second instance.