Where are openemr files stored on aws?

Situation
Unable to find openemr files/folders on aws s3 or ec2 volumes

OpenEMR Version
Latest Standard installed on Cloud

Appreciate your help
R

hi @drracz, the readme has all of the answers

i asked @jesdynf this question awhile ago on the location of the backups in the S3 bucket

1 Like

I have the same question. I can access AWS by FTP, but there is no folder with the Openemr files.

they’re inside the docker so you have to ssh in and then run a shell to get access

Access the OpenEMR container: sudo -i -- sh -c 'docker exec -it $(docker ps | grep _openemr | cut -f 1 -d " ") /bin/sh'
2 Likes