BackWPup disable WP Super Cache
-
Hello, every time a backup is run—whether manually or as part of a scheduled task—my WP Super Cache cache gets deactivated.
I am experiencing a conflict between BackWPup and WP Super Cache.
Every time a BackWPup job starts (even a database-only backup), WP Super Cache is automatically disabled. I observed that the file
wp-cache-config.phpgets a new timestamp exactly when the backup starts, and the caching state switches to “Off” in the WordPress dashboard.I have already tried the following:
- Excluded the
/wp-content/cache/directory from the backup. - Excluded the
wp_optionstable from the database backup. - Both steps did not resolve the issue.
The only workaround that works is setting the file permissions of
wp-cache-config.phpto 444 (read-only). This prevents the caching from being turned off during the backup process.Is there any specific function or hook in BackWPup that triggers a cache flush or a configuration check which might cause this behavior?
Best regards,
- Excluded the
You must be logged in to reply to this topic.