Skip to content

Commit

Permalink
Merge pull request #1960 from strapi/warning/dts-socket
Browse files Browse the repository at this point in the history
Add warning about websockets and remove outdated warning
  • Loading branch information
derrickmehaffy authored Dec 21, 2023
2 parents 30616c1 + c20de52 commit fe94c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus/docs/dev-docs/data-management/transfer.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The `strapi transfer` command streams your data from one Strapi instance to anot

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

:::
Expand Down

1 comment on commit fe94c32

@vercel
Copy link

@vercel vercel bot commented on fe94c32 Dec 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

documentation – ./

documentation-git-main-strapijs.vercel.app
documentation-strapijs.vercel.app
docs-vercel-v4.strapi.io

Please sign in to comment.