Skip to content

Commit

Permalink
Remove v4-related callouts in DTS pages
Browse files Browse the repository at this point in the history
  • Loading branch information
pwizla committed Sep 18, 2024
1 parent 7c3eb8a commit 39a4391
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions docusaurus/docs/dev-docs/data-management/export.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ import NotV5 from '/docs/snippets/_not-updated-to-v5.md'

<NotV5 />

:::strapi v4.6.0 feature
Data export is available in v4.6.0 and newer versions of Strapi. See the [Updates and Migration documentation](/dev-docs/upgrade-tool) to upgrade your application.
:::

The `strapi export` command is used to export data from a local Strapi instance. By default, the `strapi export` command exports data as an encrypted and compressed `tar.gz.enc` file which includes:

- the project configuration,
Expand Down
4 changes: 0 additions & 4 deletions docusaurus/docs/dev-docs/data-management/import.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ import NotV5 from '/docs/snippets/_not-updated-to-v5.md'

<NotV5 />

:::strapi v4.6.0 feature
Data import is available in v4.6.0 and newer versions of Strapi. See the [Updates and Migration documentation](/dev-docs/upgrade-tool) to upgrade your application.
:::

The `strapi import` command is used to import data from a file. By default, the `strapi import` command imports data from an encrypted and compressed `tar.gz.enc` file which includes:

- the project configuration,
Expand Down
4 changes: 0 additions & 4 deletions docusaurus/docs/dev-docs/data-management/transfer.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ import NotV5 from '/docs/snippets/_not-updated-to-v5.md'

<NotV5 />

:::strapi v4.10.0+ feature
Data export is available in v4.10.0 and newer versions of Strapi. See the [Updates and Migration documentation](/dev-docs/upgrade-tool) to upgrade your application.
:::

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:

- from a local Strapi instance to a remote Strapi instance
Expand Down

0 comments on commit 39a4391

Please sign in to comment.