wunderio / radi-cli

CLI interface for the Radi-API
1 stars 2 forks source link

Figure out how to manage databases #9

Open aleksijohansson opened 7 years ago

aleksijohansson commented 7 years ago

Create new database image with drupal:password credentials.

james-nesbitt commented 7 years ago

it seems agreed that the best approach for database management is directly through handling docker-compose database image usage, and any application settings that will use the database image.

For example, if a project is using a drupal settings.local.php, then they should use appropriate credentials. The wundertools wrapper takes this approach.

james-nesbitt commented 7 years ago

https://github.com/wunderkraut/radi-project-wundertoolswrapper/issues/15 may be related to this.

There is a report of failure in db connection with out approach. We believe that it may come primarily from rebuilding with running containers.

james-nesbitt commented 7 years ago

https://github.com/wunderkraut/radi-project-wundertoolswrapper/issues/32 will take over this story, which is more template oriented than tooling oriented.