CloudBackupBundle icon indicating copy to clipboard operation
CloudBackupBundle copied to clipboard

Using all_databases: true requests parameter called "database_name"

Open benr77 opened this issue 8 years ago • 0 comments

For some reason when using all_databases: true it requests a parameter called %database_name%. Under normal Symfony installations this parameter exists, but in my case I have an alternative configuration that does not define this parameter.

Surely when using all_databases: true then no database name parameter should be required at all?

Temporary solution is simply to define the parameter:

parameters:
  database_name: ~

I'm using Symfony 3.3 with Doctrine / MySQL

benr77 avatar Jan 17 '18 15:01 benr77