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

Implement epic text-field migration Drush commands. #14997

Closed
8 tasks done
ndouglas opened this issue Aug 28, 2023 · 0 comments · Fixed by #15140
Closed
8 tasks done

Implement epic text-field migration Drush commands. #14997

ndouglas opened this issue Aug 28, 2023 · 0 comments · Fixed by #15140
Assignees
Labels
CMS Team CMS Product team that manages both editor exp and devops Drupal engineering CMS team practice area

Comments

@ndouglas
Copy link
Contributor

ndouglas commented Aug 28, 2023

Description

If I'm going to do this thing, I'm going to want better control than just running drush updb repeatedly.

Goals

  • Report time usage accurately, regardless of failure.
  • Report peak memory usage accurately, regardless of failure.
  • Give good progress updates, whether with batching or not.

Tasks

  • Drush command to migrate a specific field on a specific content type.
  • Drush command to rollback the migration of that specific field on that specific content type.
  • Drush command to verify a migration completed successfully (how?).
  • Drush command to find (if possible) fields that haven't been migrated yet.

Acceptance Criteria

@ndouglas ndouglas added Drupal engineering CMS team practice area CMS Team CMS Product team that manages both editor exp and devops labels Aug 28, 2023
@ndouglas ndouglas self-assigned this Sep 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CMS Team CMS Product team that manages both editor exp and devops Drupal engineering CMS team practice area
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant