Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

when trying to use litestream with a litefs hosted database you get operation not permitted errors #610

Open
rkrdeano opened this issue Oct 12, 2024 · 0 comments

Comments

@rkrdeano
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant