Conductor Usage

Deprecated

Basic Conductor Usage

This command should be used when switching branches to ensure all CSS is compiled, and modules are properly setup.

 

conductor app:deploy -vvv

Redeploying Database from snapshot

This command will fetch the database from the snapshot specified, this replaces data in the database, but does not empty other items. If you have entities in your database, it will not remove them, it will only overwrite with information from the server if there are conflicts.

 

conductor app:deploy -vvv --databases --snapshot SNAPSHOTNAME

Redeploying Code and Database from repository

This command will fetch both the database and code snapshots and overwrite any changes you have made, as above, this doesn’t delete database information, it only overwrites conflicting information.

 

conductor app:deploy -vvv --databases --snapshot SNAPSHOTNAME --repo-reference BRANCHNAME