How to change suitcrm from one ip to another ip

Hi,

I have installed suiteCRM in one server called “11.22.33.44/suitCRM/index.php” and “11.22.33.44/phpMyAdmin” and database name is “suiteCRM”.it is working fine and i have done so many changes in that folder(suitCRM) .now I need to move this “suitCRM” to “55.66.77.88” how can i do this one .

to do this which pages I need to change .
If it is possible kindly help on it .

Thanks

Hi,
when moving, make sure that:

  • config.php:
    • contains valid mysql-credentials (the mysql user might need updated permissions too)
    • site_url and host are updated to the new IP
  • server/file system:

And you should dump your database to the new mysql server in case you have to switch that too.

1 Like

HI ,
I have installed same varision on “55.66.77.88” with same user name password of admin and I have replaced db of “11.22.33.44” suiteCRM then I have chanaged "Modules and themes " folder ,My chenges has refliected on “55.66.77.88” .

Thanks