Skip to content

Commit fe94c32

Browse files
Merge pull request #1960 from strapi/warning/dts-socket
Add warning about websockets and remove outdated warning
2 parents 30616c1 + c20de52 commit fe94c32

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** or ensure that your websocket server is running on a different port than the Strapi server, or a on a specific route within Strapi to use the transfer command.
2424
:::
2525

2626
:::

0 commit comments

Comments
 (0)