Situation
One more thing … when I try to upgrade my production sever, I’m running out of space when I try to copy my documents onto the docker volume. The test system did not have this problem. I tried deleting the error logs to free up room. Still failing. I read somewhere that this can sometimes be a permissions issue. Anyway, I’m trying to figure out to how make space (I have plenty of disk space but my docker space is apparently full? 43G?). Do I need to resize my Docker - sounds a little scary - or can I make room some other way?
ubuntu@ip-10-0-2-213:~$ sudo docker cp documents/ standard_openemr_1:/var/www/localhost/htdocs/openemr/sites/default/documents/
Error response from daemon: Error processing tar file(exit status 1): Error setting up pivot dir: mkdir /mnt/docker/aufs/mnt/3dccbf1bdee1332497bb348ba67b7a73b5c3209df4b406386b4b46xxxxxxxx/var/www/localhost/htdocs/openemr/sites/default/documents/.pivot_root075757591: no space left on device
ubuntu@ip-10-0-2-213:~$ df -lH
Filesystem Size Used Avail Use% Mounted on
udev 4.2G 0 4.2G 0% /dev
tmpfs 837M 9.4M 827M 2% /run
/dev/xvda1 209G 20G 189G 10% /
tmpfs 4.2G 1.1M 4.2G 1% /dev/shm
tmpfs 5.3M 0 5.3M 0% /run/lock
tmpfs 4.2G 0 4.2G 0% /sys/fs/cgroup
/dev/loop2 59M 59M 0 100% /snap/core18/2066
/dev/loop1 34M 34M 0 100% /snap/snapd/11841
/dev/loop0 35M 35M 0 100% /snap/amazon-ssm-agent/3552
/dev/loop4 34M 34M 0 100% /snap/amazon-ssm-agent/2996
/dev/loop3 59M 59M 0 100% /snap/core18/1997
/dev/loop5 34M 34M 0 100% /snap/snapd/11588
/dev/xvdd 43G 43G 0 100% /mnt/docker
tmpfs 837M 0 837M 0% /run/user/1000
OpenEMR Version
I’m using OpenEMR version 6.0.0
Operating System
I’m using: Ubuntu 16/aws 4.4