Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
=== Intercessor — Migration Addon === Contributors: shepherd365 Tags: prayer, migration, import, prayer requests Requires at least: 6.3 Tested up to: 7.0 Requires PHP: 8.0 Stable tag: 1.0.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html One-click migration into the new Intercessor schema from wp-prayers-request (GoPrayer) or gopray, with dry-run preview. == Description == This addon migrates data left behind by legacy prayer-request plugins into the new Intercessor schema. It requires only the new Intercessor plugin to be active — the legacy plugins do not need to be installed. Supported sources: * wp-prayers-request (GoPrayer) * gopray Features: * Automatic discovery of legacy data with per-table row counts * Full column and status mapping preview before you run anything * Dry Run mode — preview exactly what would be imported without writing a single row * Live migration writes only to the new Intercessor tables; legacy data is never modified or deleted * Requesters are deduplicated by email across separate runs == Installation == 1. Install and activate the new Intercessor plugin (v2 or later). 2. Install and activate this addon. 3. Go to Intercessor → Migration in wp-admin. 4. Run a Dry Run for your detected source, review the preview, then run the live migration. 5. Once migration is complete, this addon can be deactivated and deleted. == Frequently Asked Questions == = Does the migration delete my old data? = No. Legacy tables and posts are never modified or deleted — only the new Intercessor tables are written to. = Can I run the migration more than once? = Requesters are deduplicated by email across runs, but prayer requests are not. Running the same source twice, or two sources containing the same prayers, will create duplicate entries. = Do I need the old plugin installed? = No. The addon reads the legacy database tables directly; the old plugin can already be deactivated or deleted. == Changelog == = 1.0.0 = * Initial release: discovery, dry-run preview, and live migration for GoPrayer and gopray sources.