I have a Windows XAMPP installation of Open EMR 6.1 (1). I want to switch to Ubuntu 20.04.1. Can I restore a backup of my Windows installation to the Ubuntu Linux platform with LAMP?
On the Ubuntu server I installed openemr 6.1. Next I renamed the openemr folder in /var/www/html to openemr_old, and then I dropped openemr database in mysql using phpmyadmin.
I imported to Ubuntu opememr.sql to mysql using phpmyadmin and openemr.tar to /var/www/html/openemr.
The result is I got a blank page when I browsed to http://ubuntusvr/openemr.
Now I ran the openemr 6.1 setup again and it completed successfully (l had to edit sqlconf.php first to run setup again), but I still got a blank page when I browsed to http://ubuntusvr/openemr.
Now there were lots challenges getting to this point, but I googled my way out of them.
Which brings me to the question: is a cross platform backup and restore possible?