This article provides a guide for how to upgrade from RadWebHosting to RadWebPro WHMCS registrar module.
How to Upgrade From RadWebHosting to RadWebPro WHMCS Registrar Module
If you are upgrading from the previous iteration of our registrar module, follow these steps to complete the upgrade:
-
- Without disabling the RadWebHosting module, follow the installation instructions.
- After activating the RadWebPro module, you can run the following query on your WHMCS database to seamlessly update existing domains to use the RadWebPro module:
UPDATE tbldomains SET registrar='RadWebPro' WHERE registrar='RadWebHosting';
- Run the following query to replace all TLD’s auto-registration settings from RadWebHosting to RadWebPro:
UPDATE tbldomainpricing SET autoreg='RadWebPro' WHERE autoreg='RadWebHosting';
- That’s it! All domains are now managed by RadWebPro module. You can safely disable/uninstall the previous RadWebHosting registrar at this time.
Related
For more about the Domain Reseller WHMCS API module, check out these links: