# 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 `shop:getVersion` [stage] - show version of current OXID installation - dep `shop:backupDatabase` [stage] - rotate old database backups and create a new one - dep `shop:cloneDatabase` [stage] - dump contents from source to destination database - dep `shop:runMigration` [stage] - run all database migrations - dep `setup:createDbConfig` [stage] - generate database configuration file