- Issue created by @ashrafabed
- πΊπΈUnited States ashrafabed
The module includes a patch by URL. I'm attaching a new version of the patch so the same approach can be used.
- Merge request !9Issue #3392417: Acquia Migrate patch breaks migrations when Acquia Migrate not installed β (Merged) created by ashrafabed
- Issue was unassigned.
- Status changed to Needs review
about 1 year ago 6:25am 8 October 2023 - πΊπΈUnited States ashrafabed
Please review and merge, if possible. Thank you for your time.
- Status changed to RTBC
about 1 year ago 11:14am 10 October 2023 - π§πͺBelgium wim leers Ghent π§πͺπͺπΊ
Hiya, @ashrafabed! π Thanks for taking the time to report this and providing a solution! π
Downloading, but not installing, Acquia Migrate breaks migrations.
What does this mean? Composer-installing it, but not Drupal-installing it?
I'd like to understand why you'd install the AM:A module (and indeed have its core patches applied) using Composer, only to then not actually use it? π€π
Still, I'll never oppose pragmatism and supporting more use cases, especially for anything migration-related! π
I'll help shepherd this MR to pass tests. It looks like the d.o GitLab template does not play nice with contrib modules π¬
- πΊπΈUnited States ashrafabed
"What does this mean? Composer-installing it, but not Drupal-installing it?"
Exactly :)The use case is a multisite codebase. All sites use the migrate module, but only some sites use Acquia Migrate. The error is thrown on the sites which don't use Acquia Migrate.
Thanks for the help!
- π§πͺBelgium wim leers Ghent π§πͺπͺπΊ
That makes sense. Drupal's migration system is unfortunately not designed to migrate a multisite at once β you have to do it site-per-site, which clearly you're very aware of. ππ
Next week I'll be at DrupalCon. The week after DrupalCon, I'll be working on lots of GitLab CI-related things. I'll tackle this then, because that's the only blocker here: getting it to pass on GitLab CI! Feel free to apply this patch for now, I promise that the
1.8.1
patch release will include this change πThanks again! π
- Assigned to wim leers
- π§πͺBelgium wim leers Ghent π§πͺπͺπΊ
Later than planned, but will get to this next week β I've followed up on all issues by now :)
- Status changed to Needs review
11 months ago 7:23pm 18 December 2023 - π§πͺBelgium wim leers Ghent π§πͺπͺπΊ
Last week was β¦ the most hectic one of 2023. So, delayed by a week, but here I am!
- Issue was unassigned.
- Status changed to RTBC
11 months ago 7:57am 19 December 2023 -
Wim Leers β
committed 416e0219 on 1.8.x authored by
ashrafabed β
Issue #3392417 by ashrafabed, Wim Leers: Acquia Migrate patch breaks...
-
Wim Leers β
committed 416e0219 on 1.8.x authored by
ashrafabed β
- Status changed to Fixed
11 months ago 8:15am 19 December 2023 - π§πͺBelgium wim leers Ghent π§πͺπͺπΊ
Back when AM:A was closed source, there were some complications to the release process. But now β¦ it's just a simple
git checkout 1.8.x && git pull && git tag 1.8.1 && git push --tags
πhttps://www.drupal.org/project/acquia_migrate/releases/1.8.1 β
- πΊπΈUnited States ashrafabed
Very nice - thank you for working on this!
- Status changed to Fixed
11 months ago 2:29pm 5 January 2024 Automatically closed - issue fixed for 2 weeks with no activity.