Author Topic: CWP -> CWP Migration [4 bugs found]  (Read 3713 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
CWP -> CWP Migration [4 bugs found]
« on: January 24, 2021, 05:05:38 PM »
Bug 1:
It doesn't transfer Email Forwarders. The section Email Forwarders on new CWP server is totally blank for domain moved over.

Bug 2:
DNS, if @ or MX records pointing to external (other than CWP) it disregards the external IP's, and still points to new local server.
The challenge is that if old CWP has IP ie, 1.2.3.4 and new CWP has ie. 4.3.2.1, the @ should of course change from new to old. However, if a customer is using external IP such as 5.5.5.5, it still changes it to 4.3.2.1. That will be a disaster, if not noticing.

Bug 3:
Contacts in webmail (RoundCube) not copied over to new server.

Bug 4:
Addon domains located inside /public_html/addon-domain throws an error when accessing via web browser.
Code: [Select]
Forbidden
You don't have permission to access this resource. Server unable to read htaccess file, denying access to be safe
« Last Edit: January 24, 2021, 06:00:21 PM by ponch9 »

Offline
*
Re: CWP -> CWP Migration [4 bugs found]
« Reply #1 on: January 24, 2021, 06:21:33 PM »
Bug 4: Fixed by chmod 755 the addon domain directory inside /public_html
Code: [Select]
chmod 755 /home/main-domain/public_html/domain2

Offline
*
Re: CWP -> CWP Migration [4 bugs found]
« Reply #2 on: June 29, 2021, 01:17:51 PM »
Hi

Have you been able to find a solution to Bug #2, I seem to be facing the same challenge.

I am trying to update @, A record of a domain with an IP address of external site but it is still resolving to the local IP address instead of the external IP, 

Under the DNS settings records, its showing the external IP but when you do dnspropagation.net/A/ it will show the local server IP