Lee
Lee
I'm using Lando 3.18.0
Just updating that this still occurs on Lando 3.20.4
Hi @markdorison I think the docs are wrong and the command should be; ```bash lando db-import dump.zip --host=db2 ```
Ah I understand so a single service with multiple databases; I don't think you can do it out of the box but may be able to achieve it with a...
Yep sure I've got all this compiled and should be able to post something for discussion. As you mentioned @stephen-cox the biggest problem is where contrib modules have two versions,...
@stephen-cox I've added a 4.x branch for the project which set drupal core to 11 and updates the workflow for just 4.x requirements https://github.com/localgovdrupal/localgov_project/tree/4.x I'm expecting this to fail to...
@stephen-cox here is the file I've been looking at with notes on contrib module changes https://docs.google.com/spreadsheets/d/1QVDrKtLI1KuAeMfZRQpn0O7nCRX7w7fo0StFHXP58g8/edit?usp=sharing be good if we can upload to Google Docs so we can collab on...
Thanks for looking through @stephen-cox I might look at contributing some patches on drupal.org for those and see if they get picked up
I have updated the first post and the spreadsheet with the latest contrib module compatibility
Existing installs using composer aliases for D11 support is making progress and composer installs work (see https://github.com/localgovdrupal/localgov_shared_workflows/pull/19#issuecomment-2561885845) just need to update our modules and wait for `fontawesome` and `image_widget_crop` to...