Give - Database HealthCheck
Reviews Give's database for issues
by WordImpress · github.com/wordimpress/give-database-healthcheck · website
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/wordimpress/give-database-healthcheck/archive/refs/heads/master.zipReadme
Give - Database HealthCheck
This plugin will check payment meta data which stored in *give_ paymentmeta table and create new meta key without deleting existing payment meta if missing.
How To Use
Note: Please confirm with Ravinder Kumar before using any version of this plugin.
-
https://github.com/impress-org/give-database-healthcheck/tree/recover-donation-metadata-and-table
This branch will be use to recover donation metadata and create*_give_donationmetatable if missing. After updating from Give < 2.0, we found that most of casesdonation_idhasNULLvalue, so this branch helps to fix that issue. -
https://github.com/impress-org/give-database-healthcheck/tree/missing-comment-table
This branch will use to create*_give_commentstable and move donation and donor note to this table. After updating from Give < 2.3.0, we found that comment table does not exist in most of sites, so this branch we help to fix that issue.