this post was submitted on 29 Jul 2023
7 points (100.0% liked)

Café

771 readers
1 users here now

Welcome to our virtual third place, The Café.

Come on in and make a new human connection over a cup of coffee (or Teh Tarik). This is a casual community, do whatever you want, share your oyen pics, your frustrations, and even organize a weekend picnic with the community. The world is your oyster.

Rules are simple, be kind and civil with each other. As with any other café, rude patrons will be kicked out.

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] ruk_n_rul@monyet.cc 0 points 1 year ago* (last edited 1 year ago) (4 children)

Lemmy.world is upgrading to 1.18.3 tomorrow. Apparently list results are going to change drastically.

We got ETA on our own upgrade?

p.s. it's looking like the bawang bouquet about to be picture of the week tomorrow.

[–] zen@monyet.cc 1 points 1 year ago* (last edited 1 year ago)

there will be at least 5-10 minutes of downtime for db migrations though (more if the db size is huge). of course, after the long migrations the db size is reported to shrink significantly.

anyway, there's already been at least 2 easily triggered/discoverable bugs:

  • view context for comments does not work properly (i heard it may even crash jerboa)
  • all software versions in the instances list are displayed as 2.0

hopefully they will release a 0.18.4 quickly with fixes for that.

[–] aerir@lemmy.aerir.xyz 1 points 1 year ago (2 children)

monyet.cc is running 18.3 now? Scroll to bottom for that info. It took about 15-20mins for my personal instance, cuts of disk usage by like 10gb.

[–] zen@monyet.cc 1 points 1 year ago (1 children)

i'm still seeing 0.18.2. by the way, are you still using lemmy easy deploy on your rpi4?

[–] aerir@lemmy.aerir.xyz 1 points 1 year ago* (last edited 1 year ago)

Yes, been working fine. Again this is just a 'fun' attempt, if it goes down - I can always jump to another instance edit - alamak, of course is 18.3 for me cos i'm viewing from my own instance.

[–] ruk_n_rul@monyet.cc -1 points 1 year ago (3 children)

personal instance takes up more than 10gb? Walaowei 💀

[–] zen@monyet.cc 1 points 1 year ago* (last edited 1 year ago)

if you are subscribed to lots of communities, it is not surprising.

[–] zen@monyet.cc 1 points 1 year ago

i think every up/down vote federated event is stored in the database for 6 months or something, so it's probably true that instance owners have access to that info

[–] aerir@lemmy.aerir.xyz 1 points 1 year ago

35g total usage before 0.18.3 update. Size depends on the communities you have, I am sure monyet.cc disk use is quite high too.

[–] oyenyaaow@lemmy.zip 1 points 1 year ago (1 children)
[–] zen@monyet.cc 2 points 1 year ago (1 children)

don't scare our admins 😱

monyet already has a dev instance, so they can import the db from the main instance there, and do the db migrations to see if that'll succeed.

precautionary measures can be taken on the dev instance so it doesn't attempt to federate with all the data from here.

i can think of (for testing out db migrations on the dev instance):

  • run lemmy_server with the --disable-scheduled-tasks cli flag, which will prevent background federation tasks from running (so federation events will only be triggered by actual interaction, like posting, voting, subscribing, and of course such things should not be done on the dev instance)

  • if that's still not enough and we want to be extra sure the dev instance doesn't federate with data from over here, then just block outgoing http/https connections at the firewall while doing the db migrations try-out (also don't run lemmy-ui and just watch the docker logs for it to say migrations completed successfully)

i think the lemmy.zip admins said they're still trying to work out a way to spin a dev instance on a dedicated server, but monyet already has a dev instance, so the db migrations can be tried first to ensure safety.

[–] oyenyaaow@lemmy.zip 1 points 1 year ago (1 children)
[–] zen@monyet.cc 1 points 1 year ago

it's alright 👌

[–] Annoyed_Crabby@monyet.cc 1 points 1 year ago

After some discussion within the admin team, i think we'll have a wait and see approach in this since we're a small instance and any problem have a chance of driving newcomer away. Besides, we don't actually in critical need of the database optimisation in this new update, but the potential issue that might popup mean it will be a pita to keep track. Since World commited to the update we'll see if there's any real big issue coming up(like that security breach stuff after updated to 0.18 lol) before commit to the update.