BackupTrait ​
- Type
- Trait
- Namespace
- craft\console\controllers
- Implemented by
- craft\console\controllers\MigrateController, craft\console\controllers\UpdateController
- Since
- 3.6.0
Updates Craft and plugins.
Protected Properties ​
Property | Description |
---|---|
backupPath | string, null – The path to the database backup |
backupPath
​
The path to the database backup
Protected Methods ​
Method | Description |
---|---|
backup() | Attempts to backup the database. |
restore() | Attempts to restore the database after a migration failure. |
backup()
​
Attempts to backup the database.
Arguments ​
Returns ​
restore()
​
- Since
- 4.4.15
Attempts to restore the database after a migration failure.