this post was submitted on 17 Dec 2023
225 points (97.5% liked)

Fediverse

27567 readers
403 users here now

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 [email protected]!

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

founded 1 year ago
MODERATORS
 

Please, before posting, we've seen a lot of these post saying X instance is down right now, or "is X instance down?". The answer is probably, but it's probably because Lemmy v0.19 dropped and it includes some downtime, upwards of an hour for all the migrations to finish.

Please, hold off on asking/posting for an hour or so. Your sysadmins are waiting for it to come back online.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 8 months ago (4 children)

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.

[–] [email protected] 1 points 8 months ago (2 children)

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

[–] [email protected] 1 points 8 months ago

Did it in a similar way. I used:

sudo cp -rp

to keep permissions also. Worked like a charm.

[–] [email protected] 1 points 8 months ago

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.

load more comments (1 replies)