OpenERM & Voice Recognition

Discuss general topics related to using OpenEMR

Re: OpenERM & Voice Recognition

Postby drbowen » Sun May 06, 2012 11:22 am

On Windows the relative path is different depending on whether you used XAMPP-OpenEMR or installed your own services. Some Windows site admins prefer to use IIS in stead of Apache for their web server. Assuming a XAMPP-OpenEMR basic installation the path should be:

C:\xampp\htdocs\openemr\sites\default\documents\

If you look in this directory, there should be a lot of numbers that correspond to the individual pid numbers of each patient. This directory contains all the scanned images for your site. A mysqldump command will be useful in backing up the database and this is the basis of the "backup" command in the openemr/admin section. Most admins like making daily backups, once a week, once a month. Occasionally data can become corrupted in a way that it is not noticed for a few days. The older copies like a once a week x 4 weeks, then keeping the monthly copies can be used to recover data corruption that has not been discovered after a few days.

in OpenEMR migrate to Adminiistration --> Backup --> create backup

This can be automated. You can schedule a job in Windows to do this say at 02:00 AM every day so that it does not bog the practice down during the day.

You will need to "ghost" the web page on a regular basis as well using a similar scheme as for the database dumps. i am not as familiar with the Windows tools so you will have to investigate this on your own. Art Eaton would be a good one to ask because he does this in a Windows environment. In Linux we "rsync". rsync only updates the files that have been changed. A typical rsync command would be:

# rsync -avz /var/www/html/openemr backupserver:/var/openemr

This command will back up the whole openemr site including the documents directory.

We also have "logrotate" that can maintain the schedule mentioned above automatically after it has been set up.

Sam Bowen
oemr.org
drbowen
Site Admin
 
Posts: 202
Joined: Tue Aug 16, 2011 11:17 am
Location: Hickory, NC
Blog: View Blog (1)

Re: OpenERM & Voice Recognition

Postby Aethelwulffe » Thu May 24, 2012 2:27 pm

Don't use any backup or restore utility in OpenEMR on a windows machine.
You don't need it anyway, and things are MUCH simpler.
Yes, everything is in your xampp folder. Worry about that and nothing else more specific.
Dr. Bowen is giving you directions for a linux install. For an Xampp install, just treat the whole xampp directory as the bit to back up. Then, you are keeping a backup of your whole server system, websites and everything. Don't use an internal backup tool. I use the free tool fbackup, and the whole folder (changes only) is mirrored onto another computer (back-up server on-site) and an external hard-drive. REAL simple to set up, with none of the permissions, directory structure or general hell of the linux apps. If you want to install the emr on a different computer, just copy the directory onto the machine under c:/, start the servers with xampp control, and you are running a copy of the original just like that.
OEMR Board Member
User avatar
Aethelwulffe
 
Posts: 317
Joined: Tue Aug 16, 2011 1:25 pm
Location: Tampa Florida
Blog: View Blog (1)

Re: OpenERM & Voice Recognition

Postby drbowen » Fri Jun 15, 2012 3:13 pm

Art:

This method works in both Linux and Windows though in Linux there are different directories that need to be backed up. Sounds like "fbackup" functionally is the same as "rsync". The MySQL server should be stopped before running a binary copy then resumed after making the back up to avoid corrupting the database.

Sam Bowen, MD
drbowen
Site Admin
 
Posts: 202
Joined: Tue Aug 16, 2011 11:17 am
Location: Hickory, NC
Blog: View Blog (1)

Previous

Return to OpenEMR Discussions

Who is online

Users browsing this forum: No registered users and 1 guest

cron