ವಿವರಣೆ
Kavin Migrate lets you create a full backup of your WordPress site — database plus files — and restore it on a new domain or host without touching FTP or phpMyAdmin.
- Manual database backup
- Full site backup (database + wp-content)
- Export a single portable archive
- Import and restore on a new domain, with automatic (serialization-safe) URL replacement
- Chunked engine that works on limited/shared hosting without timing out
ಸ್ಕ್ರೀನ್ಶಾಟ್ಗಳು




ಸ್ಥಾಪನೆ
- Upload the
kavin-site-backup-migrationfolder to/wp-content/plugins/. - Activate the plugin through the ‘Plugins’ menu in WordPress.
- Open Kavin Backup in the admin sidebar.
FAQ
-
Will I lose data when migrating?
-
No. The importer restores your database and files exactly, and safely rewrites the old
site URL to the new one, including inside serialized data. -
Yes. Backups run in small steps so they don’t hit PHP timeout or memory limits.
ವಿಮರ್ಶೆಗಳು
ಈ ಪ್ಲಗಿನ್ಗೆ ಯಾವುದೇ ವಿಮರ್ಶೆಗಳಿಲ್ಲ.
ಕೊಡುಗೆದಾರರು & ಡೆವಲಪರ್ಗಳು
“Kavin Site Backup and Migration” ಓಪನ್ ಸೋರ್ಸ್ ಸಾಫ್ಟ್ವೇರ್ ಆಗಿದೆ. ಕೆಳಗಿನ ಜನರು ಈ ಪ್ಲಗಿನ್ಗೆ ಕೊಡುಗೆ ನೀಡಿದ್ದಾರೆ.
ಕೊಡುಗೆದಾರರು“Kavin Site Backup and Migration” ಅನ್ನು ನಿಮ್ಮ ಭಾಷೆಗೆ ಅನುವಾದಿಸಿ.
ಅಭಿವೃದ್ಧಿಯಲ್ಲಿ ಆಸಕ್ತಿ ಇದೆಯೇ?
ಕೋಡ್ ಬ್ರೌಸ್ ಮಾಡಿ, SVN ರೆಪೊಸಿಟರಿ ಪರಿಶೀಲಿಸಿ, ಅಥವಾ ಅಭಿವೃದ್ಧಿ ಲಾಗ್ ಗೆ RSS ಚಂದಾದಾರರಾಗಿ.
Changelog
1.0.2
- Fixed: must-use plugins and cache drop-ins are moved aside only while a restore is running, and are now put back when it finishes or is cancelled. Previously they could be left disabled on the destination site.
- Added: a restore that was interrupted part-way now puts them back automatically the next time one is started.
1.0.1
- Backup storage now resolves through wp_upload_dir() and lives in a folder named after the plugin slug (existing backups are moved across automatically).
- Improved compatibility with installs that relocate the uploads or content directory.
1.0.0
- Initial public release.
- Full site backup: database + all files (wp-content) packaged into one portable .kavin archive.
- Database-only backup: chunked .sql export with a progress bar, download, and backup management.
- Import / restore on a new domain or host, with serialization-safe URL replacement that handles www/non-www, http/https, protocol-relative, and subdirectory installs — so page-builder (Elementor/Divi/WoodMart) background images and links point to the new site.
- Resumable, time-boxed engine that runs in small steps, so backups and restores work on shared hosting without hitting PHP timeout or memory limits.
- Chunked upload that bypasses the host’s upload-size limit for browser-based restores.
- Safe restore: isolates the environment (only this plugin + a bundled safe theme) while working, so an incompatible source plugin/theme can’t crash the migration; disables cache/database dropins and must-use plugins during restore, then restores the real environment at the end.
- Handles real-world edge cases: table-prefix migration, unsupported collations (with utf8 fallback), binary/blob values, table-prefix-dependent roles/capabilities, and post-restore cache/CSS/permalink regeneration.
- Protected backup storage and a clean admin dashboard.
