what-digital / divio

A project for tracking divio.com deployment issues
0 stars 0 forks source link

PHP project deployment fails on the migration step without a clear error #22

Closed viktor-yunenko closed 4 years ago

viktor-yunenko commented 4 years ago

This is a short log from the times when I tried to set the project up:

I created a new project, but it fails this time without an error:

===== docker build =====
starting docker build

I guess it was supposed to clone php boilerplate? I can see that the docker file is empty. It appears that on the project creation although laravel can be selected, it isn't possible to select it's boiprate (the option isn't there) - hence it's possible to create a project with empty codebase?

I quickly switched to symfony setup, but I can see that it tries to connect to mysql while divio configures a postgres service for it instead :)

viktor-yunenko commented 4 years ago

Yes, deleting the existing postgres service completely and creating a new one with DEFAULT prefix fixes the deployment

kinkerl commented 4 years ago

this was a configuration error. the boilerplate with the correct setup was not visible. fixed now!

viktor-yunenko commented 4 years ago

Sounds great, thank you! I can close this ticket now then 👍