Skip to content

Commit be80082

Browse files
mseibertpwizla
andauthored
Update transfer.md (#2201)
* Update transfer.md Clarified that no remote to remote transfer is possible. * Update docusaurus/docs/dev-docs/data-management/transfer.md * Update docusaurus/docs/dev-docs/data-management/transfer.md --------- Co-authored-by: Pierre Wizla <[email protected]>
1 parent 4bbb783 commit be80082

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

+4-1
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,12 @@ The CLI command consists of the following arguments:
3737
| `--throttle` | Time in milliseconds to inject an artificial delay between the "chunks" during a transfer. |
3838

3939
:::caution
40-
Either `--to` or `--from` is required.
40+
Exactly one remote source `--from` or destination `--to` option must be provided.
41+
42+
If you want to transfer data from one remote Strapi to another you will have to go through your local instance to transfer the data.
4143
:::
4244

45+
4346
:::tip
4447
Data transfers are authorized by transfer tokens, which are [managed from the admin panel](/user-docs/settings/transfer-tokens). From the admin panel, you can manage role-based permissions to tokens including `view`, `create`, `read`, `regenerate` and `delete`.
4548
:::

0 commit comments

Comments
 (0)