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.

  • jaxA
    link
    fedilink
    English
    arrow-up
    1
    ·
    2 years ago

    I’m on Kubernetes, but it’d be the same via Docker - a volume mount (iirc at the same place it stores local data if you don’t use S3, should be in the docs)

    • blazarious@mylem.meOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      2 years ago

      Okay, thanks! Wasn’t sure if it’s the same place but I guess it makes sense.

      • jaxA
        link
        fedilink
        English
        arrow-up
        2
        ·
        2 years ago

        I’m pretty sure it is