Raised: $0
0% of monthly goal Help us cross the finish line!
Goal: $12,000
Raised: $0 Goal: $12,000
0% of monthly goal Help us cross the finish line!
Sponsor DDEV

If you find this add-on useful, please star it on GitHub — stars show appreciation and help maintainers know their work matters.

ddev-pantheon-db

A DDEV add-on that provides a fast Pantheon database pull using terminus ldb for live environments.

Installation

ddev add-on get augustash/ddev-pantheon-db

If using augustash/ddev-drupal or augustash/ddev-wordpress, this add-on is installed automatically on ddev start.

Requirements

Usage

ddev db        # Pull database if local db is empty or has only one table
ddev db -f     # Force a fresh database pull

For Drupal projects, ddev db will also run composer install, drush cr, drush cim, and drush updb after the pull.

How it works

If you find this add-on useful, please star it on GitHub — stars show appreciation and help maintainers know their work matters.