Skip to main content
Last Reviewed: December 13, 2022

Troubleshooting

Troubleshoot common issues when migrating.


Permission denied (publickey)

If you encounter a Permission denied (publickey) error, check that your SSH keys are set up correctly.

If you continue to encounter the error, use HTTPS to add the remote:

git remote add ic https://github.com/pantheon-upstreams/drupal-composer-managed.git && git fetch ic && git checkout --no-track -b composerify ic/master
Switched to a new branch 'composerify'

Provided host name not valid

If you receive the error message The provided host name is not valid for this server., update your settings.php file with a trusted host setting. Refer to the Trusted Host Setting documentation for more information.

Inspect Site Logs

If the site doesn't load properly, clear the cache and try again.

Use Terminus to inspect the site's logs;

terminus drush $SITE.composerify -- wd-show

Refer to our logs collection documentation for more information.