Getting a database for a Drupal site hosted on Pantheon



Search Results

Be sure to substitute the name of your Pantheon site for ‘YOURSITE’.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
assets:
  - terminus.sh
  - test-export.sql.gz
steps:
  - name: Install terminus
    command: 'curl -O https://raw.githubusercontent.com/pantheon-systems/terminus-installer/master/builds/installer.phar && php installer.phar install'
  - name: Log in to terminus
    command: 'source $ASSET_DIR/terminus.sh ; vendor/bin/terminus auth:login --email=$EMAIL --machine-token=$TOKEN'
  - name: Get the latest backup db from Pantheon test
    command: 'vendor/bin/terminus backup:get YOURSITE.test --element=database --to=$ASSET_DIR/test-export.sql.gz'
  - name: Probo site setup
    plugin: Drupal
    database: test-export.sql.gz
    databaseGzipped: true
    databaseUpdates: true
Get Started with Probo.CI

Want to Try Probo today?
Get Started Fast!.

When you sign up for a Probo.CI registration code, you will get a two week trial of the plan of your choosing. For more information on how to get started, click here .

LEARN MORE ABOUT PROBO.CI'S PRICING