Hello,
I am currently migrating from Vapor to Cloud. I added the github repo to Cloud, deleted the manifest.yaml and vapor.yml files, and added a private mysql database in Cloud. The database name is "<database_name>" (for the purposes of this post).
I am currently getting the following when deploying the application:
- Preparing build environment succeeds
- Running build commands succeeds
- Pushing application succeeds
- Preparing deploy environment succeeds
- Running deploy commands fails: In
Connection.php: Unknown database '<database_name>'
Has anyone seen this before? Have any ideas on how to resolve the issue? Any ideas are greatly appreciated!