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
During the migration test for 1.21.1's host containers, I notice that the check-migration task failed with error
Found 4 problem(s) with data store migrations:
- Migration 'aws-admin-container-v0-11-10' does not exist
- Migration 'public-admin-container-v0-11-10' does not exist
- Migration 'aws-control-container-v0-7-14' does not exist
- Migration 'public-control-container-v0-7-14' does not exist
By looking at the Twoliter code, it is because it is pointing to an outdated root path for migrations. See
During the migration test for 1.21.1's host containers, I notice that the
check-migration
task failed with errorBy looking at the Twoliter code, it is because it is pointing to an outdated root path for migrations. See
twoliter/twoliter/embedded/Makefile.toml
Line 556 in efd17d9
It should be now updated to
sources/settings-migrations/v${version}
.The text was updated successfully, but these errors were encountered: