litestream-ruby
litestream-ruby copied to clipboard
Since updating to 0.5.1, I am unable to configure the $LITESTREAM_DATABASE_PATH via the litestream.rb config file. It seems to be pulling in just the project directory: ``` time=2024-04-17T17:40:30.666-07:00 level=ERROR msg="sync...
If not using a Procfile, need a way to get the Litestream initalize directive into the startup. On my Kamal deploy, I am currently running my Litestream initializer in my...
Any interest in me putting together a pull request to refactor the gem to expand out the replica url to give the option to set `bucket`, `endpoint`, `region` as env...
On Rails 7.2 I'm getting ``` .../activerecord-7.2.0/lib/active_record/dynamic_matchers.rb:22:in `method_missing': undefined method `sqlite3_production_warning=' for class ActiveRecord::Base (NoMethodError) ``` I _think_ I remember that warning has been removed by... you?
I'm running a Rails app in a Docker container with Sqlite and I'm using the following command in the Docker entrypoint file: ``` ./bin/rails litestream:restore -- --database=storage/production.sqlite3 --if-replica-exists ``` A...
Hello, first of all, thank you for providing such a great tool. I have been using it well. Recently, I encountered an issue when trying to restore a database from...
When I try to run `Litestream.replicate_process`, as in mounting the web ui, in production with `systemd`, I see the following error: ```sh Date::Error: invalid date lib/litestream.rb:88:in `strptime' lib/litestream.rb:88:in `block in...
I use systemd in production with litestream-ruby (on Hatchbox). When I check the status of Litestream in the litestream-ruby web ui, the status reported is "not running". ![Screenshot 2024-09-04 at...
Deploying with Kamal/Docker shows Litestream as not running in the dashboard, even though it is working. I am not familiar enough with Linux and Docker to say for certain, but...
The README of the project says that the replication process can be started with a procfile: ```procfile # Procfile rails: bundle exec rails server --port $PORT litestream: bin/rails litestream:replicate ```...