P
Asked
Hello
I wish to change the server from current to new which supporting to new version of PHP, kindly let me know how to do it without effecting errors because currently hosted server is down most of the time so that why I migrating to new. Please help me to do migration steps. Thank you
regards
Padmakumar R
Space Soft Technologies
I wish to change the server from current to new which supporting to new version of PHP, kindly let me know how to do it without effecting errors because currently hosted server is down most of the time so that why I migrating to new. Please help me to do migration steps. Thank you
regards
Padmakumar R
Space Soft Technologies
- MSAnsweredHello,
You need to backup your files and database from old server and restore them to new server. Last update the config as per new server.
Same url (domain): You will need to update the database configuration in `app/config/database.php`
Different url (domain): You will need to update the base_url in `app/config/config.php` and database configuration in `app/config/database.php`
Thank you - Login to Reply