Added database migration documentation
This commit is contained in:
parent
86d164e4b0
commit
cec40e384c
3 changed files with 160 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ ___
|
|||
| [/co reload](#co-reload) | Reload the configuration file |
|
||||
| [/co status](#co-status) | View the plugin status |
|
||||
| [/co consumer](#co-consumer) | Toggle consumer processing |
|
||||
| [/co migrate-db](#co-migrate-db) | Migrate between SQLite and MySQL |
|
||||
|
||||
### Alias Commands
|
||||
|
||||
|
|
@ -128,6 +129,19 @@ ___
|
|||
Console command to pause or resume consumer queue processing.
|
||||
___
|
||||
|
||||
### /co migrate-db
|
||||
Migrate your CoreProtect database between SQLite and MySQL. Console-only command.
|
||||
|
||||
| Command | Parameters |
|
||||
| --- | --- |
|
||||
| /co migrate-db | `<sqlite\|mysql>` |
|
||||
|
||||
> **Note:** This feature is exclusive to CoreProtect 23.0+ Patreon builds for Patron supporters.
|
||||
|
||||
For complete migration instructions, safety guidelines, and troubleshooting information, see the [Database Migration documentation](/database-migration/).
|
||||
|
||||
___
|
||||
|
||||
|
||||
## Parameter Details
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue