CloudStack DB Backup Script - Fetching mysql details from db.properties

2015-03-17 Thread ilya
It would be ideal if we can make this or similar script as part of cloudstack upgrade procedure i.e. create backups before start! CloudStack DB Backup Script - Fetching mysql details from db.properties #!/bin/bash DBNAMES="cloud cloud_usage cloudbridge" DATE=$(date +%m%d%y-%H%M

Re: CloudStack DB Backup Script - Fetching mysql details from db.properties

2015-03-19 Thread Pierre-Luc Dion
r script as part of > cloudstack upgrade procedure i.e. create backups before start! > > > CloudStack DB Backup Script - Fetching mysql details from db.properties > > > > #!/bin/bash > DBNAMES="cloud cloud_usage cloudbridge" > DATE=$(date +%m%d%y-%H%M%S)