Stouts / Stouts.backup

Ansible role to backup files, databases
MIT License
150 stars 40 forks source link

Mongo restore template shouldn't reference mysql #3

Closed nickhammond closed 10 years ago

nickhammond commented 10 years ago

Guessing this line should just be "mongo://" but I don't work with Mongo enough.

https://github.com/Stouts/Stouts.backup/blob/master/templates/restore_mongo.j2

DBNAME={{item.source.split('mysql://')[-1]}}
klen commented 10 years ago

Thank you, fixed.