• 5 Posts
  • 3 Comments
Joined 1 year ago
cake
Cake day: June 13th, 2023

help-circle
  • It looks like you may have gotten hit by this issue.

    Since you’re already logged in on a client, you could try setting an email address (if not already set) and doing a forgot password. That should allow you to reset your password to one within the limit.

    Feel free to reach out if that doesn’t work or you continue to have issues!




  • This issue should be fixed now. Let me know if you continue to see any issues.

    For the technical details:

    Pictrs is used for managing images in Lemmy. It uses a Sqlite database on the local filesystem which limits its scalability. After a recent upgrade, it does now support migrating this data into Postgresql. I’m hoping to schedule some time soon to perform the update. This will allow multiple instances of Pictrs to be run in parallel providing better uptime and recovery.

    What happens here is that the service gets into a bad state and it tries to bring up a replacement. But due to the local DB, the replacement is unable to get a lock on the filesystem and crashes. Once we switch it to use Postgres, this should no longer be an issue.