Invalid logs bucket when running db:migrate
I've followed steps outlined in the README and also assigned Editor role to the cloudbuilder service account, but am now running into the following error when running the db:migrate command.
ERROR: (gcloud.container.builds.submit) INVALID_ARGUMENT: invalid logs bucket gs://{project_name}_cloudbuild/logs
I've omitted the actual project name, but I wasn't sure if this is behavior that others have run into. Creating this bucket manually and ensuring that the cloudbuilder role can deploy builds into it fixed this particular error.
This is kinda disturbing. Did you do a deployment first before running the migration?
@jasonjho Are you still running into this issue?