ezsystems / launchpad

CLI tool to bootstrap an eZ Platform project Docker stack | #justcode
https://ezsystems.github.io/launchpad
MIT License
22 stars 26 forks source link

#70 : handle multiple databases in getmysqlcredentials for platform.sh #71

Closed yhanini closed 4 years ago

yhanini commented 4 years ago

If you are using a single database, you don't need to specify any argument. If you are setting multiple databases you could find the names in .platform/services.yml file as follow :

mysqldb: configuration: schemas:

e.g: php provisioning/platformsh/getmysqlcredentials.php database_dbName

if you are not sure, you could also list the database names as follow : php provisioning/platformsh/getmysqlcredentials.php --list

Plopix commented 4 years ago

cool!