I have a site, on drupal 8.8, the issue is the next, It seems they have never done drush cim or updb, so there is a lot of pendings config to be done on the project, they use to export the db on every change they made I guess coz we recive a dump to do that, however, when we run drush cim, it exports everything fine, after we do drush updb we got a couple of errors, two being the most impact full.
Update Aborted by: google_map_field_update_8003
Update Aborted by: google_map_field_update_8104
These two updates make of drush up fails and site won't load on local when we try to dev.
What we do to run the project on local is delete those two functions from `google_map_field.settings.yml`
However I'd would like to implement a better solution, after we make it run local we export config using drush cex, and place everything on a new branch, and try to deploy it on local from that new branch, however when we do drush updb we got that same error about google_map_field
Is there a way we can avoid those update when we do a drush cim, client is not using
google_map_field_update_8003 Adds custom marker field.
google_map_field_update_8104 Adds traffic layer field.
as far a I know. I do not have a lot of experience in drupal though so I'd like to improve and learn about it regarding this issue
drush cim
drush updb on a project who has google_map_field
Closed: cannot reproduce
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.