• Resolved shakoor99

    (@shakoor99)


    I deleted jetpack from my site but I keep seeing this file in my database

    Should I delete it

    wpfv_jetpack_waf_blocklog

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Animesh Gaurav (a11n)

    (@bizanimesh)

    Hello there – yes since you have removed Jetpack, you may remove that table from the database.

    Thread Starter shakoor99

    (@shakoor99)

    Why does everything I delete reappear in the files? There are also several Crown tables in the files that I delete and they reappear. What is the solution?

    Plugin Contributor Stef (a11n)

    (@erania-pinnera)

    Hi there, @shakoor99,

    It sounds like you’re dealing with persistent data that keeps re-emerging even after you delete it. This could be due to a few different reasons:

    1. caching: Your server or a network cache might be storing copies of the database and restoring it after you make changes. Make sure that you clear all forms of cache, including object cache, page cache, and browser cache.

    2. cron Jobs: If there are cron jobs that have been set up to recreate these tables or re-install plugins, they might be responsible for the regeneration of these tables. Inspect your server’s cron jobs and look for any tasks related to Jetpack or database management.

    3. database replication or backup: If your server setup includes database replication or automatic backups that are restoring data, this might be the culprit. You’ll need to check if any backups or replication services are actively running and if they are set to restore data upon deletion.

    4. hosting features: Hosting environments sometimes have automated recovery features that might be kicking in. Check with your hosting provider to see if they have any default settings or features that could be causing this.

    Let us know what you find out!

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.