Title: Missing data after deactivation
Last modified: August 16, 2024

---

# Missing data after deactivation

 *  Resolved [palovk](https://wordpress.org/support/users/palovk/)
 * (@palovk)
 * [1 year, 9 months ago](https://wordpress.org/support/topic/missing-data-after-deactivation/)
 * After deactivation, some data from woocommerce that was created after installing
   the plugin will be lost. (for example products atributes) They are there after
   activation.
 * How to fix it?
    -  This topic was modified 1 year, 9 months ago by [palovk](https://wordpress.org/support/users/palovk/).

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [palovk](https://wordpress.org/support/users/palovk/)
 * (@palovk)
 * [1 year, 9 months ago](https://wordpress.org/support/topic/missing-data-after-deactivation/#post-17958206)
 * Update….it seems that the only thing missing are the attributes from woo created
   while the plugin was active.
   Please, how do I get to that data?
 *  Plugin Author [OllieJones](https://wordpress.org/support/users/olliejones/)
 * (@olliejones)
 * [1 year, 9 months ago](https://wordpress.org/support/topic/missing-data-after-deactivation/#post-17996591)
 * If you deactivated the cache, the contents of the cache are removed from your
   system. Sorry to say.
 * WordPress itself uses the cache for transients when it is active. So transients
   all vanish upon deactivation. [https://developer.wordpress.org/reference/functions/set_transient/](https://developer.wordpress.org/reference/functions/set_transient/)
   But I don’t think that’s your issue.
 * It’s possible some components of WooCommerce use the cache for data that’s supposed
   to be persistent and stored, maybe, in wp_postmeta or some other table. But that
   is not the correct way to use the cache.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Missing data after deactivation’ is closed to new replies.

 * ![](https://ps.w.org/sqlite-object-cache/assets/icon-128x128.jpg?rev=2829632)
 * [SQLite Object Cache](https://wordpress.org/plugins/sqlite-object-cache/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/sqlite-object-cache/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/sqlite-object-cache/)
 * [Active Topics](https://wordpress.org/support/plugin/sqlite-object-cache/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/sqlite-object-cache/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/sqlite-object-cache/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [OllieJones](https://wordpress.org/support/users/olliejones/)
 * Last activity: [1 year, 9 months ago](https://wordpress.org/support/topic/missing-data-after-deactivation/#post-17996591)
 * Status: resolved