mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
DOCS Encourage peopel to contact the CWP/SSP helpdesk if they need to run the migration from the CLI
This commit is contained in:
parent
62e3a2f582
commit
5c5d8639c6
@ -105,7 +105,7 @@ You can also set this to `0` to disable the limit.
|
|||||||
|
|
||||||
The approach to running your file migration depends on your system and how many files you are migrating.
|
The approach to running your file migration depends on your system and how many files you are migrating.
|
||||||
|
|
||||||
Please use the following estimates to decide how you will run your file migration:
|
Use the following estimates to decide how you will run your file migration:
|
||||||
|
|
||||||
| Number of files | Method | Expected Execution Time | Approximate Memory Usage |
|
| Number of files | Method | Expected Execution Time | Approximate Memory Usage |
|
||||||
| --- | --- | --- | --- |
|
| --- | --- | --- | --- |
|
||||||
@ -113,3 +113,5 @@ Please use the following estimates to decide how you will run your file migratio
|
|||||||
| < 500 | Queued Job | 120 seconds | 8 MB |
|
| < 500 | Queued Job | 120 seconds | 8 MB |
|
||||||
| < 10000 | Command Line | 10000 seconds | 950 MB |
|
| < 10000 | Command Line | 10000 seconds | 950 MB |
|
||||||
| 10000+ | Command Line or contact support | n/a | n/a |
|
| 10000+ | Command Line or contact support | n/a | n/a |
|
||||||
|
|
||||||
|
Your exact experience will vary based on your host server, the size of your files and other conditions. If your site is hosted on a managed environement (e.g.: [Common Web Platform](https://www.cwp.govt.nz/service-desk) or [SilverStripe Platform](https://docs.platform.silverstripe.com/support/)), you may not have access to the command line to manually run the migration task. Contact your hosting provider's helpdesk if that's your case.
|
||||||
|
Loading…
Reference in New Issue
Block a user