I have no programming experience. I somehow managed to correctly set up AWS OpenEMR Cloud Standard. I am using a mac and my chrome browser.
I see that there is a manual back-up function within the program that creates an “emr_backup.tar” file. My question is:
Is there a way to automate this as a daily backup (explained to someone with NO programming experience)
How do I restore AWS OpenEMR Cloud Standard using this back-up file.
Again, I have almost zero program experience and am trying to learn this as I go. All of the explanations I see online seem to require programming knowledge. Also, I don’t know if they apply to the cloud version.
@Ryan,
For OpenEMR Cloud - Standard Edition, RDS instance(database) will take automated snapshots at the configured time of day, and encrypted backups of the OpenEMR filesystem and patient records are made via Duplicity to a stack-provided KMS-managed S3 bucket.
Backup time can be adjusted through AWS RDS control panels
Hi @Ryan_Cohen, could you please share with me how you’ve set up Cloud - Standard on AWS? I have no programming experience either and use the same os and browser. I did finalize the CloudFormation bit but nothing further i.e. EC2 or the other acronyms from the product description.
it’s probably ok, would be duplication of effort, not necessarily a bad thing with backups, but you should be able to find the S3 bucket where the incrementals are stored and practice restoring from there
@databaseddoctor
Hi, we use only the AWS “native” backup feature. The benefit of doing it that way is that we restore the entire server as it was not just the database. Another benefit we like is that you are not just restoring data but you spin up an entirely new server so that if you want to compare you can. Of if you just want to retrieve, you can.