vitessio / vitess

Vitess is a database clustering system for horizontal scaling of MySQL.
http://vitess.io
Apache License 2.0
18.67k stars 2.1k forks source link

[release-19.0] Migrate Workflow: Scope vindex names correctly when target and source keyspace have different names (#16769) #16814

Closed vitess-bot[bot] closed 2 weeks ago

vitess-bot[bot] commented 1 month ago

Description

This is a backport of #16769

vitess-bot[bot] commented 1 month ago

Hello @rohit-nayak-ps, there are conflicts in this backport.

Please address them in order to merge this Pull Request. You can execute the snippet below to reset your branch and resolve the conflict manually.

Make sure you replace origin by the name of the vitessio/vitess remote


git fetch --all
gh pr checkout 16814 -R vitessio/vitess
git reset --hard origin/release-19.0
git cherry-pick -m 1 c3bbce2edd6ed24ad6d2b5a2f39966a0461cc2b0
vitess-bot[bot] commented 1 month ago

Review Checklist

Hello reviewers! :wave: Please follow this checklist when reviewing this Pull Request.

General

Tests

Documentation

New flags

If a workflow is added or modified:

Backward compatibility

github-actions[bot] commented 3 weeks ago

This PR is being marked as stale because it has been open for 30 days with no activity. To rectify, you may do any of the following:

If no action is taken within 7 days, this PR will be closed.

github-actions[bot] commented 2 weeks ago

This PR was closed because it has been stale for 7 days with no activity.