original_account_name is the first account where you first set up WP
new_account_name is the new account name you set up on the new IP
1. In Cpanel create a new user with the new IP with name new_account_name. The current WP installation would be under user original_account_name on the original IP
2.Log in as root from putty.exe and run these 2 commands:
rm -rf /home/new_account_name/public_html
ln -s /home/original_account_name/public_html
/home/new_account_name/public_html