-
Notifications
You must be signed in to change notification settings - Fork 159
Adds Migrate Elasticsearch with minimal downtime page #2533
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
Changes from 5 commits
4f6711a
6e952fa
fd84629
1508c9a
85dff1b
7af3e17
28a01e5
69f5bf1
96181a1
fab7ced
83d025c
d035ecc
78355c4
7984aec
f6b83cf
5e4726b
d86b5b1
eb31d2f
981ce4b
18ab76d
2ee8c59
841e2c2
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -0,0 +1,77 @@ | ||||||
--- | ||||||
navigation_title: Migrate Elasticsearch data with minimal downtime | ||||||
|
navigation_title: Migrate Elasticsearch data with minimal downtime | |
navigation_title: Minimize downtime with incremental snapshots |
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.
@shainaraskas I think the goal of this article is to provide an answer to all our customers asking for "zero-downtime" migrations. Incremental snapshots are the technology enabling it, not the end goal. I am totally ok with changing the title but I would like to keep the "downtime" part in there :)
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.
I did a keyword search, and to optimize this page for SEO, we need to keep Elasticsearch
in the title.
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.
this is the nav title, not the page title, so we could simplify this so it's easier to read in the sidebar.
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.
Got it! I think for the nav title @shainaraskas's suggestion makes sense as we are already under the "migrate" section.
LolloneS marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
KOTungseth marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
LolloneS marked this conversation as resolved.
Show resolved
Hide resolved
LolloneS marked this conversation as resolved.
Show resolved
Hide resolved
KOTungseth marked this conversation as resolved.
Show resolved
Hide resolved
LolloneS marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
LolloneS marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
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.
probably should link to some snapshot and restore docs in the body of the tutorial, and maybe add a prereq to set up snapshot and restore (maybe clarifying how much of this process you should do)
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.
I don't want to send users off to other docs in the middle of the page, which is why I included the list of relevant docs at the bottom
LolloneS marked this conversation as resolved.
Show resolved
Hide resolved
LolloneS marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
KOTungseth marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
LolloneS marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
LolloneS marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
KOTungseth marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
Outdated
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.
consider integrating most of these into the body.
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.
this approach needs to be introduced and compared on the parent page (from https://docs-v3-preview.elastic.dev/elastic/docs-content/pull/2533/manage-data/migrate#ec-restore-snapshots) - what is the relationship between this page and the core procedure?
probably also needs an x-link from some key spots in https://docs-v3-preview.elastic.dev/elastic/docs-content/pull/2533/deploy-manage/tools/snapshot-and-restore, e.g. https://docs-v3-preview.elastic.dev/elastic/docs-content/pull/2533/deploy-manage/tools/snapshot-and-restore/restore-snapshot#restore-entire-cluster + https://docs-v3-preview.elastic.dev/elastic/docs-content/pull/2533/deploy-manage/tools/snapshot-and-restore/restore-snapshot#restore-different-cluster
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.
I added a reference in the parent page: KOTungseth@2ee8c59