plutonianbe / deployer-craftcms-db
Deployer recipe for CraftCMS 3 that provides database pull and push functionalities.
Package info
github.com/plutonianbe/deployer-craftcms-db
pkg:composer/plutonianbe/deployer-craftcms-db
Requires
- craftcms/cms: >=3.0 || ^4.0
- deployer/deployer: ^6.8
- deployer/recipes: ^6.2
This package is auto-updated.
Last update: 2026-03-06 21:04:31 UTC
README
Deployer recipe for CraftCMS 3 that provides database pull and push functionalities.
Installation
Use composer to install the package and its recipes:
composer require plutonianbe/deployer-craftcms-db --dev
After the installation include the recipes in your deployment configuration file (deploy.php):
require __DIR__ . '/vendor/plutonianbe/deployer-craftcms-db/craft-db.php';
Available tasks
db:pull
Pulls the database from the remote host and replaces the local one.
db:push
Pushes the local database to the remote host and replaces it.
License
Licensed under the MIT license.