fractaledmind / litestream-ruby

MIT License
71 stars 6 forks source link

Generate config file with support for multiple databases #7

Closed fractaledmind closed 4 months ago

fractaledmind commented 7 months ago

Resolves #1

This evolves the gem setup process. Instead of relying on an ENV variable for the single database path, now the installation generator will introspect the host application's production database configuration and setup the Litestream configuration file to backup each of them, by default to the same replica bucket, but in different paths.

fractaledmind commented 6 months ago

I need to update the README