Some of the EntityCache tables disappeared when my disks filled up on Google Cloud.
After ReSizing my disks/partitions, the following recovery steps worked for me.
Step 1:
Disable and Uninstall the EntityCache module.
Step 2:
For each of the following tables.
- cache_entity_comment
- cache_entity_file
- cache_entity_node
- cache_entity_taxonomy_term
- cache_entity_taxonomy_vocabulary
- cache_entity_user
Run the SQL command:
"DELETE {TABLENAME}"
Step 3:
ReInstall the EntityCache module.
Step 4:
Flush Cache
THEN
Repeat Steps 1-4 for each Drupal Site having this problem.
Respectfully,
Patrick Michael O'Leary
http://www.ExpertWitness.com
Comments
Comment #2
pmol123 commented