hi @hitechelp, key step missing is to start from a good backup and start by installing 5.0.2. This is a tweak on upgrading since you’re using a different server.
Follow the instructions installing 5.0.2 once you have it running you can then import your sql backup, usually use mysql command line
mysql -u root -p openemr < backup.sql
and next run the sql_upgrade.php to get your data accessible. Will need to finish with bringing over documents outlined in upgrade guide.