• Resolved stevewolfe555

    (@stevewolfe555)


    Hello,

    We deploy our code across many nodes and wish to use your plugin.

    What I am trying to work out is what files we need to commit to our code base in order to not lose the changes when redeploying.

    Files like object-cache.php seem to be the ones but also maybe master.php.

    Is there a list of files we need to keep to not lose things like object and page cache?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Marko Vasiljevic

    (@vmarko)

    Hello @stevewolfe555

    Thank you for reaching out and I am happy to assist you with this.
    The list of files and drop-ins are listed below:
    Drop-ins:
    advanced-cache.php (If Page Cashing is enabled)
    object-cache.php (If Object caching is enabled)
    db.php (If Database caching is enabled)

    Configuration file:

    /wp-content/w3tc-config/master.php (contains the current W3TC configuration)

    /wp-content/cache/ folder. This folder contains all cached files if caching to disk.

    .htaccess/nginx.conf – These files contain W3TC rewrite rules depending on the configuration.

    I hope this helps!

    Thannks!

    Thread Starter stevewolfe555

    (@stevewolfe555)

    Great that’s what we thought.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Persisting cache settings between a stateless deployment’ is closed to new replies.