上传页面告诉我:
必须先运行最新映像,然后才能通过 Web UI 进行更新。为此,请使用 SSH 登录到您的服务器并运行:
cd /var/discourse git pull ./launcher rebuild app第一次运行时,它运行了一段时间然后以错误结束。如果我再试一次,我会得到:
./launcher rebuild app x86_64 arch detected. ERROR: containers/app.yml does not exist or is not readable. Available configs ( data, mail-receiver, web_only )文件不存在:
ls -al containers total 28 drwxr-xr-x 3 root root 4096 Jan 15 18:12 . drwxr-xr-x 12 root root 4096 Jun 19 17:34 .. -rw-r--r-- 1 root root 0 Jun 11 2023 .gitkeep -rw------- 1 root root 1175 Jun 27 2023 data.yml drwxr-xr-x 2 root root 4096 Jun 27 2023 delete -rw-r--r-- 1 root root 2306 Jan 15 18:12 mail-receiver.yml -rw------- 1 root root 6304 Jan 2 20:39 web_only.yml在 Digital Ocean 虚拟机中运行。