Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

Note
titleUnsetting the upstream

If you are looking to remove the default upstream from a fresh drupal/wordpress site, you can simply run: terminus site:upstream:set my-site-name empty

...

Context

Reasons you might want to change the upstream on an existing project vs starting a new project:

  • billing is already set up, and a hassle to redo
  • site IDs are in use in CI like Travis
  • lots of users are associated with the dashboard
  • the site is part of another organization and needs to stay that way

How to

Terminus

If you are looking to remove the default upstream from a fresh Drupal/Wordpress site, you can run the following Terminus command:

terminus site:upstream:set my-site-name empty

Hacky Solution

Note
titleWARNING

DO NOT DO THIS METHOD. IT IS OUTDATED. This method will completely blow out your database and your ENTIRE commit history on ALL Pantheon environments. Be sure to back everything up!

...