• Hi,
    I’m using Jenkins to deploy my WP site. During deploy my script updates relevant files from the repo, which preserves wp-config.php, wp-content/wp-cache-config.php, and other configs and pictures. Unfortunately, wp-cache-config.php doesn’t keep its settings, i.e. it because “$cache_enabled = false;”.
    It’s pretty upsetting that such trivial scenario doesn’t work.
    How to deal with it?

    TIA,
    Vitaly

    • This topic was modified 4 years, 8 months ago by vitaly_il.
Viewing 1 replies (of 1 total)
  • I presume the plugin is setting caching off for some reason. If you enable debugging in the plugin the debug log may tell you why.
    Otherwise, you could copy the wp-cache-config.php over afterwards?

Viewing 1 replies (of 1 total)
  • The topic ‘SuperCache settings and CI deploy issue’ is closed to new replies.