2017 © Pedro Peláez
 

drupal-drush drupal-composer-sql-sync-policy

Prevent syncing in wrong direction (i.e. from @dev to @prod).

image

zaporylie/drupal-composer-sql-sync-policy

Prevent syncing in wrong direction (i.e. from @dev to @prod).

  • Thursday, April 6, 2017
  • by zaporylie
  • Repository
  • 1 Watchers
  • 0 Stars
  • 120 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 2 % Grown

The README.md

drupal-composer-sql-sync-policy

Packagist, (*1)

Add following to your drushrc.php:, (*2)

$options['env-flow'] = array(
  '@prod' => array(),
  '@staging' => array('@prod'),
  '@dev' => array('@prod', '@staging'),
  '@local' => array('@prod', '@staging', '@dev'),
);

You can modify list of environments., (*3)

The Versions

06/04 2017

dev-master

9999999-dev

Prevent syncing in wrong direction (i.e. from @dev to @prod).

  Sources   Download

GPL-2.0+

16/02 2017

0.1.0

0.1.0.0

Prevent syncing in wrong direction (i.e. from @dev to @prod).

  Sources   Download

GPL-2.0+