24 July 2018

Exclude content from these tables, to get clean db backup(backup_migrate module usage). You can even use git to store your database, when you don't export cache tables.

Source code viewer
  1. ​batch​​
  2. cache​​
  3. ​cache_*​​
  4. ctools_css_cache​​
  5. ctools_object_cache​
  6. ​flood​​
  7. history​​
  8. menu_router​​ // If you exclude data from this one, you have to regenerate menu: drush eval 'menu_rebuild();'
  9. ​node_comment_statistics​​
  10. queue​​
  11. search_dataset​​
  12. ​search_index​​
  13. ​search_node_links​​
  14. search_total​​
  15. ​semaphore​​
  16. sessions​​
  17. watchdog​​
Programming Language: Text