[ad_1]
Replies: 1
I’m running a wordpress installation in an auto scaling group in AWS. The instances that run wordpress are using an EFS volume, which has “infinite” storage space. When I try to import an all-in-one backup, the plugin complains of not having disk space. Its as if it gets confused about free disk usage because its using EFS.
Is there a way to specify a different location for the plugin to use as a working directory? This way, I could specify the EBS volume in the instance instead of the EFS volume where wordpress is installed as a workarround.
