You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great to have an easy SQLite replication option to recommend (yeah, don't worry. we'll support other DBs eventually too). LiteFS (https://fly.io/docs/litefs/) looks like it could work. Someone should try it and let us know how it goes.
Adds an experimental config environment variable, START_WRITERS. It
defaults to 'true'. If set to 'false', worker processes that write to
the DB will be disabled. This is to support experimentation with SQLite
replaction via LiteFS.
djwhitt
changed the title
Test out LiteFS
Test out LiteFS for SQLite replication
Sep 12, 2023
It would be great to have an easy SQLite replication option to recommend (yeah, don't worry. we'll support other DBs eventually too). LiteFS (https://fly.io/docs/litefs/) looks like it could work. Someone should try it and let us know how it goes.
This is a guide that will get you started setting up the gateway and LiteFS on fly.io for testing purposes: https://blog.developerdao.com/running-an-arweave-gateway-on-flyio
Things we'd like to learn more about:
The text was updated successfully, but these errors were encountered: