Deployment fails here and there

Has there been any movement with this? Went to deploy this morning and still having it complain about there being a DB missing etc.

Command: /app/bin/app eval App.Release.migrate_all
	Starting instance
	Configuring virtual machine
	Pulling container image
	Unpacking image
	Preparing kernel init
	Configuring firecracker
	Starting virtual machine
	Starting init (commit: 50ffe20)...
	Preparing to run: `/app/bin/app eval App.Release.migrate_all` as nobody
	2021/10/26 19:59:01 listening on [fdaa:0:35d4:a7b:2984:821:7a9b:2]:22 (DNS: [fdaa::3]:53)
	Reaped child process with pid: 561 and signal: SIGUSR1, core dumped? false
	19:59:05.678 [error] Could not create schema migrations table. This error usually happens due to the following:
	  * The database does not exist
	  * The "schema_migrations" table, which Ecto uses for managing
	    migrations, was defined by another library
   ....