Skip to content

Commit 64da831

Browse files
committed
Extend warning about data loss when using DTS import
1 parent 6ff0c6c commit 64da831

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docusaurus/docs/cms/data-management/import.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ The following documentation details the available options to customize your data
3737
- `strapi import` deletes all existing data, including the database and uploads directory, before importing the backup file.
3838
- The source and target schemas must match to successfully use `strapi import`, meaning all content types must be identical.
3939
- Restored data does not include the `Admin users` table, which means that `createdBy` and `updatedBy` are empty in a restored instance.
40+
- If you are using a cloud storage provider (e.g. Cloudinary, AWS S3, Azure Blob Storage, Google Cloud Storage), any media files whose database records are removed during import may be permanently deleted from the cloud provider via its delete API. This affects all environments sharing the same cloud storage account. To avoid unintended deletion of remote assets, ensure each environment uses an isolated storage bucket/account.
4041

4142
:::
4243

0 commit comments

Comments
 (0)