Questions tagged [purge]

222 questions
9
votes
3 answers

Debug Varnish HTTP Purge

One of the Wordpress blogs I'm giving maintenance is not purging the cache using the plugin Varnish HTTP Purge. Whether using Varnish Cache Purge button or when we edit a post. In order to know the cause of the problem, I would like to know a way to…
8
votes
1 answer

NextJS with global CSS import fail in production mode

I'm using Next.JS with a few other modules. One of them, Megadraft, comes with its own CSS. I don't know if this is relevant, but I also use PurgeCSS. Everything works fine on development mode, but the CSS seems to break in production mode. To be a…
Thanh-Quy Nguyen
  • 2,995
  • 7
  • 30
  • 46
8
votes
1 answer

Purging nginx cache files does not always work

I run an nginx server + PHP webservices API. I use nginx's fastcgi_cache to cache all GET requests, and when certain resources are updated, I purge one or more related cached resources. The method I'm using to do this is to calculate the nginx cache…
user2943799
  • 947
  • 2
  • 13
  • 23
7
votes
4 answers

Techniques for removing old data on Oracle databases

We have a mature Oracle database application (in production for over 10 years), and during that time, we have been using scripts of our own devising to remove old data that is no longer needed. They work by issuing delete statements against the…
Steve Broberg
  • 4,255
  • 3
  • 28
  • 40
7
votes
1 answer

Purge client browser cache after deploying app to Heroku

My Flask application is hosted by Heroku and served on Nginx and uses Cloudflare as a CDN. There are times when I change static assets (images, CSS, JS, etc.) on the backend that get changed through deployment on Heroku. These changes will not…
nosh
  • 620
  • 3
  • 14
  • 50
7
votes
3 answers

How to remove large file permanently for the whole team

Someone in my team pushed a large file to the git server and everyone in the team now has a clone of the project with the large file. I followed the guide in http://help.github.com/removing-sensitive-data/ and it works in my local source tree as…
stid.smth
  • 1,525
  • 2
  • 11
  • 11
7
votes
5 answers

Batch deletion / purging of records via Java ORM

Right - I want to delete (e.g.) 1,000,000 records from a database. This takes a long time -> the transaction times out and fails. So - I delete them in batches say 25000 records per transaction. Using the limit clause on MySQL or ROWNUM on…
Conor
7
votes
3 answers

How to purge Apache to force browser to clear cache and load files?

I edited some css files and need the Apache to do a purge to clear the cache on all browsers, forcing a complete site reload. I have used cloudflare in the past and they had a button to do this called "Purge all files". I relied on this for when I…
Paul
  • 3,348
  • 5
  • 32
  • 76
7
votes
2 answers

mvn dependency:purge-local-repository fails in multi-module project

We have a maven project structure like this: Parent L A L B A depends on B Both have various dependencies on other libs Building this with mvn clean install works fine, but when we try to prune all dependencies as described here with mvn…
Jens Schauder
  • 77,657
  • 34
  • 181
  • 348
6
votes
3 answers

why my Loki log retention is not working?

"12h" old logs are not deleting even after specifying "retention_period: 12h" due to this I'm facing storage issue because, log are not deleting. please help me with config loki: enabled: true isDefault: true table_manager: …
Vinayak Pawar
  • 93
  • 1
  • 4
6
votes
2 answers

TailwindCSS / PurgeCSS extractor string removing some classes

fairly new to Tailwind and PostCSS/PurgeCSS, so hoping this is a fairly simple fix. In my tailwind.config.js, I am extending some of the spacing values, including adding a 0.5 value to align with the default Tailwind spacing scale. My file looks…
dungey_140
  • 2,602
  • 7
  • 34
  • 68
6
votes
1 answer

Nginx reverse-proxy cache invalidation strategies

I've been using Nginx 0.8.5 as a caching reverse-proxy to build out a custom cdn-like solution to speed up our site's load time. It works great so far except that cache invalidation is really cludgy, even with the cache purge module installed. For…
John Albietz
  • 65
  • 1
  • 8
6
votes
2 answers

Backing up, Deleting, Restoring Elasticsearch Indexes By Index Folder

Most of the ElasticSearch documentation discusses working with the indexes through the REST API - is there any reason I can't simply move or delete index folders from the disk?
JasonG
  • 5,794
  • 4
  • 39
  • 67
5
votes
1 answer

Is it possible to undo an hg purge?

I accidentally purged a few files I didn't mean to with "hg purge". Is there a way to undo this?
Brandon
  • 2,886
  • 3
  • 29
  • 44
4
votes
3 answers

Using Firebase Hosting, how can I restrict PURGE request to specific IPs

I have a website hosted on Firebase, using static html, no server-side function is used to deliver the result. When running curl -X PURGE https://mywebsite.com -v -L the result is: { "status": "ok", "id": "20755-1619059392-3560756" } I need a way…
Ribal
  • 146
  • 1
  • 5
1
2
3
14 15