Skip to content

Commit da8b4f5

Browse files
Add warning about websockets and remove outdated warning
1 parent 30616c1 commit da8b4f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The `strapi transfer` command streams your data from one Strapi instance to anot
2020

2121
* If you are using an SQLite database in the destination instance other database connections will be blocked while the `transfer` operation is running.
2222
* Admin users and API tokens are not transferred.
23-
* Media from a 3rd party provider (e.g., Cloudinary or AWS S3) are not included in the transfer as those files do not exist in the upload folders.
23+
* If you use websockets or Socket.io in your projects, the transfer command will fail. You will need to **temporarily disable websockets or Socket.io** to use the transfer command.
2424
:::
2525

2626
:::

0 commit comments

Comments
 (0)