this post was submitted on 15 Oct 2023
29 points (100.0% liked)

Programming.dev Meta

2443 readers
2 users here now

Welcome to the Programming.Dev meta community!

This is a community for discussing things about programming.dev itself. Things like announcements, site help posts, site questions, etc. are all welcome here.

Links

Credits

founded 1 year ago
MODERATORS
29
Test object storage (programming.dev)
submitted 11 months ago by snowe to c/meta
 
you are viewing a single comment's thread
view the rest of the comments
[–] snowe 19 points 11 months ago

yeah in addition to that I'll do a full writeup, but had several problems

  1. lemmy-ansible had pict-rs set to 0.4.0, which is quite an old version, meaning migration couldn't occur concurrently (it was copying files to object storage sequentially)
  2. upon stopping the migration at one point and attempting to restart (on a newer pict-rs version) the server had completely filled up, so the migration could no longer continue on either version
  3. therefore I had to mount more block storage, copy the entire drive over to the block storage, in order to perform the migration.

there were lots more issues, but copying hundreds of gigs many times over is a cause to lot of the downtime.