-
Notifications
You must be signed in to change notification settings - Fork 180
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
DOC-12347 Update rolling back migration #3699
base: release/7.6
Are you sure you want to change the base?
Conversation
@@ -184,4 +211,4 @@ include::manage:example$migrate-bucket-storage-backend.sh[tag=recover-node] | |||
include::manage:example$migrate-bucket-storage-backend.sh[tag=rebalance-cluster] | |||
---- | |||
|
|||
. Repeat the previous step until all nodes that you'd migrated have rolled back to their original storage backend. | |||
. Repeat the previous step until all nodes that you earlier migrated have rolled back to their original storage backend. |
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.
While I'm not a strict about split infinitives, "earlier migrated" sounds a bit awkward. Maybe reword to "migrated earlier". Also could make the sentence more active: "Repeat the previous step until you have rolled back all of the nodes to their original storage backend."
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.
One minor suggested change. Otherwise, it's ready to go. Thanks!
First draft
Added prerequisites for performing migration rollback operation from magma to couchstore.
Formatting is pending.