18 lines
669 B
Markdown
18 lines
669 B
Markdown
# Deployer recipe for OXID 7.x
|
|
|
|
This project uses [Deployer](https://deployer.org/) for scripted installation.
|
|
|
|
The recipe can usually also be used for projects based on OXID 6.4 and 6.5.
|
|
|
|
## Usage
|
|
|
|
See Deployer OXID recipe project for further instructions.
|
|
|
|
## available tasks
|
|
|
|
- dep `oxid:getVersion` [stage] - show version of current OXID installation
|
|
- dep `oxid:backupDatabase` [stage] - rotate old database backups and create a new one
|
|
- dep `oxid:cloneDatabase` [stage] - dump contents from source to destination database
|
|
- dep `oxid:runMigration` [stage] - run all database migrations
|
|
- dep `setup:createDbConfig` [stage] - generate database configuration file
|