Closed sksar closed 1 month ago
Distributed SQLite is a common problem but there are a few solutions out of there such as LiteFS (here is the Fly.io guides).
I'm closing this issue since distributed SQLite is more a general problem rather than something specific for the ErrorTracker.
I have a elixir phoenix application, deployed in a load balanced manner in VPSes. There is no ecto repo or database required for my application so I don't have one. So, I was thinking to use sqlite. But, would it be possible to setup error-tracker using a multi node setup, using sqlite as the storage.