上传未被孤立和清除

感谢您的回复!

查询可以工作,但它只列出了两个上传及其详细信息。应该有数百甚至数千个符合孤立文件标准的上传,其中大部分是用户在正常发帖时上传的图片文件。

我们目前只使用官方插件:

hooks:
  after_code:
    - exec:
        cd: $home/plugins
        cmd:
          - git clone https://github.com/discourse/docker_manager.git
          - git clone https://github.com/discourse/discourse-chat-integration.git
          - git clone https://github.com/discourse/discourse-prometheus.git
          - git clone https://github.com/discourse/discourse-bbcode-color
          - git clone https://github.com/discourse/discourse-data-explorer

在我最初安装之后不久,上传过程似乎经历了一次大修,我想知道这是否与我们的情况有关:A new era for file uploads in Discourse

暂存服务器的宽限期应该已经过了,但我没有看到上传目录大小有任何变化,测试文件仍然可用。接下来我应该检查什么?这是否可能由某些错误的文件系统权限引起,是否有简单的方法可以检查?我快没主意了,其他一切运行正常,这是我们目前唯一的问题。