...
...
Note | ||
---|---|---|
| ||
If you are looking to remove the default upstream from a fresh drupal/wordpress site, you can simply run: |
...
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 | ||
---|---|---|
| ||
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! |
...