mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[doc] Allow copying as curl for saved object rollback instructions (#200187)
## Summary Changed the doc file so it allows to copy as curl. [Issue](https://github.com/elastic/kibana/issues/198490) Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
This commit is contained in:
parent
d02d5226a9
commit
7cb5b4d3cc
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ To roll back after a failed upgrade migration, you must also roll back the {kib}
|
|||
. To make sure no {kib} instances are performing an upgrade migration, shut down all {kib} instances.
|
||||
. {ref}/snapshots-restore-snapshot.html[Restore] the `kibana` feature state from a snapshot taken before the failed {kib} upgrade. The following {es} request will only restore the {kib} feature state
|
||||
+
|
||||
[source,sh]
|
||||
[source,console]
|
||||
--------------------------------------------
|
||||
POST _snapshot/my_repository/my_snapshot_2099.05.06/_restore
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue