elixir-error-tracker / error-tracker

🐛 An Elixir-based built-in error reporting and tracking solution
https://hex.pm/packages/error_tracker
Apache License 2.0
394 stars 18 forks source link

How to do multi node (multi server) setup using Sqlite. #98

Closed sksar closed 1 month ago

sksar commented 1 month ago

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.

crbelaus commented 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.