dizda / CloudBackupBundle

Be able to backup your database(s) and upload it to the cloud (Dropbox, Amazon S3, GoogleDrive, etc.)
MIT License
196 stars 57 forks source link

Added warning if you not run the command in production #62

Closed Nyholm closed 9 years ago

Nyholm commented 9 years ago

You should run this command with the --env=prod. This will:

It is really a command that you want to know if it fails or not. This is why I think there should be a reminder if you not running the command in production.

dizda commented 9 years ago

:+1: Thanks for the PR

Nyholm commented 9 years ago

No problem. I've just pushed the dev-master version of this bundle to my application's master branch =)