Skip to content

Commit ef1bec0

Browse files
committed
Port #1960
1 parent 5e2079b commit ef1bec0

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
@@ -24,7 +24,7 @@ The `strapi transfer` command streams your data from one Strapi instance to anot
2424

2525
* If you are using an SQLite database in the destination instance other database connections will be blocked while the `transfer` operation is running.
2626
* Admin users and API tokens are not transferred.
27-
* 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.
27+
* 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.
2828

2929
:::
3030

0 commit comments

Comments
 (0)