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

Change db_migrator major version on master branch from version 4 to 6 #2944

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

vaibhavhd
Copy link
Contributor

@vaibhavhd vaibhavhd commented Aug 11, 2023

What I did

DB versions before this change, and the issue of duplicated versions:

201811	version_1_0_1
201911	version_1_0_6
202012	version_2_0_2
202205	version_3_0_7
202211	version_4_0_2
202305	version_4_0_2	<-----	unexpected as major version is reused/duplicated
master	version_4_0_4	<-----	unexpected as major version is reused

New DB versions after making jumps on 202305 and master:

201811	version_1_0_1
201911	version_1_0_6
202012	version_2_0_2
202205	version_3_0_7
202211	version_4_0_2
202305	version_5_0_1	<---- 202305 jumped one version as part of https://github.com/sonic-net/sonic-utilities/pull/2943
master	version_6_0_1	<---- master branch jumps two versions as part of this PR.

How I did it

How to verify it

Previous command output (if the output of a command-line utility has changed)

New command output (if the output of a command-line utility has changed)

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