I’ve been setting up my own instance and I ran into issues with pictrs. I have it running with an S3 backend, so no filesystem involved there, but I just learned it uses sled as an internal key-value store.
I suppose we need to persist that sled data somehow?
How do you all handle this? Any isights appreciated.
Thanks. I didn’t realize that first but it’s been starting to become clear… now that I know I’ll have to adjust my setup accordingly.