Good day all,
You may notice that some images posted after the 23 August are missing. Sorry about that.
What happened is that I updated some packages through apt, which triggered docker to restart. This caused the pictrs database to become corrupted, but only partly because of the way its db (sled) does things.
I did manage to recover about half of the images through abusing image proxies and browser cache, so there’s that at least. The whole of the data is also theoretically recoverable.
Needless to say, I’m going to move pictrs to postgres soon-ish.
The pictrs db is at about 12 GB on disk, with < 300 GB of image data. It’s not safe to back it up while it’s running however, so it only gets done every update (unlike the main db that I try to keep at least weekly backups of). This is part of the motivation of moving pictrs to postgres, as that can safely be backed up while running.