Skip to content

Commit d657118

Browse files
authored
Saved objects import compatibility across versions (#94072)
1 parent 7d237b8 commit d657118

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

docs/api/saved-objects/import.asciidoc

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@
66

77
experimental[] Create sets of {kib} saved objects from a file created by the export API.
88

9+
==== Compatibility across versions
10+
Saved objects can only be imported into the same version, a newer minor on the same major, or the next major. Exported saved objects are not backwards compatible and cannot be imported into an older version of {kib}. See the table below for compatibility examples:
11+
12+
|=======
13+
| Exporting version | Importing version | Compatible?
14+
| 6.7.0 | 6.8.1 | Yes
15+
| 6.8.1 | 7.3.0 | Yes
16+
| 7.3.0 | 7.11.1 | Yes
17+
| 7.11.1 | 7.6.0 | No
18+
| 6.8.1 | 8.0.0 | No
19+
|=======
20+
921
[[saved-objects-api-import-request]]
1022
==== Request
1123

docs/management/managing-saved-objects.asciidoc

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,21 @@ have multiple environments for development and production.
4343
Import and export also work well when you have a large number
4444
of objects to update and want to batch the process.
4545

46+
[float]
47+
==== Compatibility across versions
48+
49+
With each release, {kib} introduces changes to the way saved objects are stored. When importing a saved object, {kib} will run the necessary migrations to ensure that the imported saved objects are compatible with the current version.
50+
51+
However, saved objects can only be imported into the same version, a newer minor on the same major, or the next major. Exported saved objects are not backwards compatible and cannot be imported into an older version of {kib}. See the table below for compatibility examples:
52+
53+
|=======
54+
| Exporting version | Importing version | Compatible?
55+
| 6.7.0 | 6.8.1 | Yes
56+
| 6.8.1 | 7.3.0 | Yes
57+
| 7.3.0 | 7.11.1 | Yes
58+
| 7.11.1 | 7.6.0 | No
59+
| 6.8.1 | 8.0.0 | No
60+
|=======
4661

4762
[float]
4863
==== Import

0 commit comments

Comments
 (0)