I realise I did not have mariadb installed and had used the container id of openemr. So I installed mariadb and continued to follow the instructions here from point 4 onwards. All apparently OK until step 11 ("run the upgrade script even though not “upgrading” :); go to localhost/sql_upgrade.php in your browser "). But my browser tells me 404 Not Found.
Well, this isn’t a problem with the recovery process, this is just a problem copying files into the container. Use ls and look around with the tree – maybe you copied it to the top level. Try copying other files into the container, or if there’s volumes being shared in, just leave the SQL backup in one and then look there.
Hang in there Robert. While it may take a minute to learn some of the basics of docker, it is a worthwhile effort in the end and you may find it fun too, eventually.
I suggest doing a web search for docker commands and look for operating with containers. It is fairly easy once you have the tools.
Thanks for the suggestion but I need to get this up and running now. I need to see my patient’s records, update them and add new ones now. In the meantime I also have to see patients.
What about this? Get rid of the whole installation, docker, database and all, off my system completely, and start over from scratch. Can someone tell me how to do that, please?
I now have it working. I uninstalled docker and mariadb, manually removed all remaining docker files, installed again from scratch, then went through the restore process again carefully to avoid my previous error.