Backup the Redis database to S3 too

Fixes #8
This commit is contained in:
Greg Karékinian 2016-10-28 18:45:51 +02:00
parent f2016d8a07
commit 94be2f68f4
2 changed files with 4 additions and 0 deletions

View File

@ -7,3 +7,4 @@ long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.1.0'
depends 'redis'
depends 'backup'

View File

@ -9,3 +9,6 @@
node.override['redis']['unixsocket'] = ''
include_recipe 'redis::server'
node.override["backup"]["redis"]["databases"] = ["dump"]
include_recipe "backup"