Darryl Daniel
Results
1
issues of
Darryl Daniel
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...