Skip to content

Record the migrations ran #463

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

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Conversation

joel
Copy link

@joel joel commented May 21, 2025

The main issue is that when a migration fails, we cannot determine the final state of the machine's configuration.

We are unable to identify which specific migration caused the failure.

The migrations are not idempotent, meaning they cannot be replayed safely.

Any failure requires manual investigation.

This lack of clarity undermines trust in the process.

This pull request aims to initiate the traceability of executed migrations, but I believe migrations require further consideration.

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

Successfully merging this pull request may close these issues.

1 participant