I have an issue with the Lightning update, we are using Acquia cloud for our application, I am in process of updating Lightning to the latest version, 2.1.6 to 3.1.4, during the process from 2.16 to 2.1.8 I am getting an error

```Attempt to create a field scheduled_update that [error]
does not exist on entity type node.```

Any help would be appreciated
I cannot clear the cache or I cant perform drush updb

Comments

dhayalan_ms created an issue. See original summary.

dhayalan_ms’s picture

Status: Active » Closed (works as designed)

There was an issue with one of the configuration which is not removed even after the module was uninstalled (Lightning scheduled update)
I have deleted the active configuration, and it started working

drush config-delete field.field.node.page.scheduled_update

I believe the best way going forward to use https://www.drupal.org/project/easy_install, which will remove the configuration while uninstalling the module