plutonianbe/deployer-craftcms-db

Deployer recipe for CraftCMS 3 that provides database pull and push functionalities.

Maintainers

Package info

github.com/plutonianbe/deployer-craftcms-db

pkg:composer/plutonianbe/deployer-craftcms-db

Statistics

Installs: 367

Dependents: 0

Suggesters: 0

Stars: 2

Open Issues: 1

1.2.5 2024-06-07 06:47 UTC

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.