I have a nginx caching server with at least 2tb of cache files at any moment, i need to migrate this server to another hosting provider but none of my clients can handle that traffic without cache.
At my first try, just copying the cache object to another instance with the same configuration and permissions, it fails with MISS. I changed the permissions, groups and every time it fails and create a new cache file.
It's possible to copy my cache files and get HIT in the first access?