Is it possible to migrate xerochat from one domain to another without loosing any data ?
1. Export your old database tables to a sql file via phpmyadmin.
2. Then install a fresh copy of the app to new server (or new location of same server) using a new database.
3. Go to the new database and delete all tables.
4. Now import your old database sql to new database.
Please Log in To give an answer.
1 Answers
miraz Team
2 years ago1. Export your old database tables to a sql file via phpmyadmin.
2. Then install a fresh copy of the app to new server (or new location of same server) using a new database.
3. Go to the new database and delete all tables.
4. Now import your old database sql to new database.