Skip to content

Commit c20de52

Browse files
Update docusaurus/docs/dev-docs/data-management/transfer.md
Co-authored-by: Ben Irvin <ben@innerdvations.com>
1 parent da8b4f5 commit c20de52

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-
* 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.
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)