我试图让WordPress使用wp-content的临时目录,可能是/ tmp目录,我假设一旦升级或插件安装完成,WordPress就会替换/根文件夹中的实际wp内容var / www / html / wp-contents,我在wp-config.php中使用了以下设置。
define('WP_TEMP_DIR', dirname(__FILE__) . '/tmp');
但是一旦我尝试升级它,检查 / var / www / html / tmp / 目录,
Download failed.: Destination directory for file streaming does not exist or is not writable.
我需要使用/ tmp not / var / www / html / tmp
将向/ tmp
提供必要的权限和所有权编辑:AWS EFS存储上的WordPress存在自动升级问题,因此使用WP_CONTENT_DIR或WP_UPGRADE_DIR设置并不适用于我。