2024-10-30 14:46:31 +01:00
|
|
|
# Deployer recipe for OXID 7.x
|
2024-10-16 08:20:07 +02:00
|
|
|
|
2024-10-30 14:46:31 +01:00
|
|
|
This project uses [Deployer](https://deployer.org/) for scripted installation.
|
2024-10-16 08:20:07 +02:00
|
|
|
|
2024-10-30 14:46:31 +01:00
|
|
|
The recipe can usually also be used for projects based on OXID 6.4 and 6.5.
|
2024-10-16 08:20:07 +02:00
|
|
|
|
2024-10-30 14:46:31 +01:00
|
|
|
## Usage
|
2024-10-18 16:46:34 +02:00
|
|
|
|
2024-10-30 14:46:31 +01:00
|
|
|
See Deployer OXID recipe project for further instructions.
|
2024-10-16 08:20:07 +02:00
|
|
|
|
2024-10-30 14:46:31 +01:00
|
|
|
## available tasks
|
2024-10-16 08:20:07 +02:00
|
|
|
|
2024-11-02 14:26:44 +01:00
|
|
|
- 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
|
2024-11-01 23:49:52 +01:00
|
|
|
- dep `setup:createDbConfig` [stage] - generate database configuration file
|