Skip to content

Commit 1c1891e

Browse files
authored
Mention data transfer fully works in 4.10.0+
1 parent 2938fae commit 1c1891e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docusaurus/docs/dev-docs/data-management/transfer.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ canonicalUrl: https://docs.strapi.io/dev-docs/data-management/transfer.html
77

88
# Data transfer
99

10+
:::strapi v4.10.0+ feature
11+
Data export is available in v4.10.0 and newer versions of Strapi. See the [Updates and Migration documentation](/dev-docs/update-version) to upgrade your application.
12+
:::
13+
1014
The `strapi transfer` command streams your data from one Strapi instance to another Strapi instance. The `transfer` command uses strict schema matching, meaning your two Strapi instances need to be exact copies of each other except for the contained data. The default `transfer` command transfers your content (entities and relations), files (assets), project configuration, and schemas. The command allows you to transfer data:
1115

1216
- from a local Strapi instance to a remote Strapi instance

0 commit comments

Comments
 (0)