Needs review
Project:
Hostmaster (Aegir)
Version:
7.x-3.190
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Dec 2020 at 00:50 UTC
Updated:
13 Dec 2020 at 19:56 UTC
Jump to comment: Most recent
Comments
Comment #2
kienan commentedI was able to reproduce this in 7.x-3.190 both 7.x-3.191 ("testing" - 2020.12.04)
Comment #3
bgm commentedI only had a quick look, but found that the drush alias file is rewritten here:
* file: platform/migrate.provision.inc
* function: drush_provision_drupal_post_provision_migrate
I don't know whether "d()->write_alias();" gets called from there (if rename) or from import.
Comment #4
bgm commentedComment #5
agaq commentedI reproduced it in 7.x-3.190 (on Ubuntu 18.04, with debian package version 3.190)
I migrated a site 'site.example.com' to 'migrated-site.example.com'.
The migrated site did not display inline images.
`~/.drush/migrated-site.example.org.alias.drushrc.php` still showed the old file paths:
I updated the paths with new URL:
Then re-verified the migrated site.
The inline images reappeared.
Comment #6
helmo commentedPlease try with the new 3.19.2 release as that might fix it.