When following the upgrade instructions, I noticed that the site_url wasn't changed when using --deploy.
I had to run provision verify sitename --site-url sitename to fix that setting. I have updated the UPGRADE.txt file so that people do that manually, but I now feel this is an issue in provision itself.
Comments
Comment #1
anarcat commentedActually, verify doesn't work because:
I had to manually edit the drushrc.php file.
Comment #2
anarcat commentedI'm testing this patch:
Comment #3
anarcat commentedSo this issue remains, even with the above patch.
Comment #4
anarcat commentedThe problem was the dash instead of an underscore (duh). The new site url is now fixed in deploy.
Comment #6
anarcat commentedActually, this is still an issue. I deployed my "hostmaster.koumbit.net" to "d6.hostmaster.koumbit.net" and it didn't change the ServerName. So the fix needs to happen before the apache verification kicks in somehow.
Comment #7
anarcat commentedFix committed.