Skip Navigation

Object Storage for embedded pict-rs on from scratch install? · Issue #287 · LemmyNet/lemmy-docs

github.com Object Storage for embedded pict-rs on from scratch install? · Issue #287 · LemmyNet/lemmy-docs

I saw this post about switching lemmy to using object storage: https://lemmy.studio/post/93370 I also want to do the same. However, I set up a new lemmy server using source that has an embedded pic...

Object Storage for embedded pict-rs on from scratch install? · Issue #287 · LemmyNet/lemmy-docs
2
2 comments
  • I did it with blob storage, ended up being much cleaner and cheaper. You'll need to toy with it a bit, but from scratch will be a lot easier than the migration I had to do. You'll easily eat up 100+GB in pictures, which on the cloud on a VM's drive that's a fair chunk of money. Object storage is pennies.

    • Yup Yup! I've got it uploading objects. It seems to be an issue with fetching them. The hash is either mismatched or it's not correctly trying to grab from the sled repo. So, I get a 500 error in store response. Not really sure how to fix it.