-
Notifications
You must be signed in to change notification settings - Fork 104
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
Add upgrade process for postgres DB version 15 #1221
Conversation
dccde47
to
f3a7a25
Compare
Signed-off-by: nadav mizrahi <[email protected]>
f3a7a25
to
c069a52
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
small review for now, once you will update this and especially explain what we expect in what phase we can continue (maybe even together)
|
||
case nbv1.UpgradePhasePrepare: | ||
|
||
r.Logger.Infof("UpgradePostgresDB phase nbv1.UpgradePhasePrepare") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why not take this print out and just print phase variable?
r.NooBaa.Status.BeforeUpgradeDbImage = &oldImage | ||
} | ||
|
||
case nbv1.UpgradePhasePrepare: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you maybe add a general comment about what is done in every phase, and what we expect to find?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lets add
@jackyalbo Can we close this one? |
Closing as a fixed PR clone was already merged: #1264 |
Explain the changes
Issues: Fixed #xxx / Gap #xxx
Testing Instructions: