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
I am trying to use litestream from inside my app, it works great locally, but when I run it on fly with litefs it tries to write the metapath to the same directory as the database.
This is not permitted by litefs as it says it only supports a flat directory structure.
Would it be ok if I forked the repo and added a pull request with a new NewDB function called NewLFSDB func that took an alternative path for the metadata?
I think that would solve the problem.
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to use litestream from inside my app, it works great locally, but when I run it on fly with litefs it tries to write the metapath to the same directory as the database.
This is not permitted by litefs as it says it only supports a flat directory structure.
Would it be ok if I forked the repo and added a pull request with a new NewDB function called NewLFSDB func that took an alternative path for the metadata?
I think that would solve the problem.
Thanks
The text was updated successfully, but these errors were encountered: