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

Symfony 3.3 compatibility #130

Closed martinbertinat closed 7 years ago

martinbertinat commented 7 years ago

Hello, today I was trying the bundle for the first time in a symfony project running version 3.3.0

When I execute the command I get:

[Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException]
You have requested a non-existent service "dizda.cloudbackup.manager.backup".

Thanks

martinbertinat commented 7 years ago

Nevermind.. It was an issue with the prod cache.. because the command is executed used --env=prod.

I have to delete all the files in var/cache/prod for the bundle to work.

dizda commented 7 years ago

👍