This looks pretty correct to me with the constraints you had. The only difference for the sites I updated was I used composer for all the updates, not a mix of composer and drush. And rather than sync the db, I ran config export after getting the local version working, and deployed that and the new module versions/code, importing the configuration after I ran the db updates in production
This looks pretty correct to me with the constraints you had. The only difference for the sites I updated was I used composer for all the updates, not a mix of composer and drush. And rather than sync the db, I ran config export after getting the local version working, and deployed that and the new module versions/code, importing the configuration after I ran the db updates in production
Thanks for taking the time to write this up