You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But when this is first migration the recipe for target failed:
Overwriting existing DDL-YML file - /home/kes/work/projects/tucha/monkeyman/share/migrations/_source/deploy/2/001-auto.yml at inline delegation in DBIx::Class::DeploymentHandler for deploy_method->prepare_deploy (attribute declared in /home/kes/work/projects/tucha/monkeyman/local/lib/perl5/DBIx/Class/DeploymentHandler/WithApplicatorDumple.pm at line 51) line 18.
Overwriting existing DDL file - /home/kes/work/projects/tucha/monkeyman/share/migrations/PostgreSQL/deploy/2/001-auto.sql at inline delegation in DBIx::Class::DeploymentHandler for deploy_method->prepare_deploy (attribute declared in /home/kes/work/projects/tucha/monkeyman/local/lib/perl5/DBIx/Class/DeploymentHandler/WithApplicatorDumple.pm at line 51) line 18.
Overwriting existing DDL-YML file - /home/kes/work/projects/tucha/monkeyman/share/migrations/_source/deploy/2/001-auto-__VERSION.yml at inline delegation in DBIx::Class::DeploymentHandler for deploy_method->prepare_resultsource_install (attribute declared in /home/kes/work/projects/tucha/monkeyman/local/lib/perl5/DBIx/Class/DeploymentHandler/WithApplicatorDumple.pm at line 51) line 18.
Overwriting existing DDL file - /home/kes/work/projects/tucha/monkeyman/share/migrations/PostgreSQL/deploy/2/001-auto-__VERSION.sql at inline delegation in DBIx::Class::DeploymentHandler for deploy_method->prepare_resultsource_install (attribute declared in /home/kes/work/projects/tucha/monkeyman/local/lib/perl5/DBIx/Class/DeploymentHandler/WithApplicatorDumple.pm at line 51) line 18.
No Database to create up or downgrades from! at /home/kes/work/projects/tucha/monkeyman/local/lib/perl5/DBIx/Class/Migration.pm line 293.
Makefile:119: recipe for target 'dbprepare' failed
make: *** [dbprepare] Error 255
Does No Database to create up or downgrades from! should be just warning? This is not error in this case.
The text was updated successfully, but these errors were encountered:
This seems like a category error. DBICM is for migrations, which implies the existence of something to migrate from, hence the error. Your automation needs to do the initial deploy by other means.
I use
dbic-migration
in Makefile:But when this is first migration the recipe for target failed:
Does No Database to create up or downgrades from! should be just warning? This is not error in this case.
The text was updated successfully, but these errors were encountered: