This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| type "mysql" when logged in as root via SSH and then paste this: | |
| UPDATE `database`.`files` SET filepath = REPLACE(filepath, 'sites/default/', 'sites/yourdomain.com/'); | |
| UPDATE `database`.`node_revisions` SET body = REPLACE(body, 'sites/default/', 'sites/yourdomain.com/'); | |
| UPDATE `database`.`boxes` SET body = REPLACE(body, 'sites/default/', 'sites/yourdomain.com/'); | |
| NOTE: "database" should be replaced with your site's database name from settings.php created by Aegir. | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment