Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

check-migration script failed due to outdated migration path #349

Open
ytsssun opened this issue Aug 19, 2024 · 0 comments
Open

check-migration script failed due to outdated migration path #349

ytsssun opened this issue Aug 19, 2024 · 0 comments

Comments

@ytsssun
Copy link

ytsssun commented Aug 19, 2024

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

migrations_root="sources/api/migration/migrations/v${version}"

It should be now updated to sources/settings-migrations/v${version}.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant