Move from standalone container to separate web and data containers

./launcher bootstrap data && ./launcher destroy data && ./launcher start data

在没有先用 ./launcher stop data 停止 data 容器的情况下会失败并报错。

这发生在用 ./discourse-setup --two-container 新建并使用较长方法转换的实例上。

在这两种情况下,
./launcher stop web_only && ./launcher rebuild data && ./launcher rebuild web_only

./launcher bootstrap web_only && ./launcher destroy web_only && ./launcher start web_only

都能按预期工作。

是我遗漏了什么吗?

data_yml error.txt (5.2 KB)
data_yml error --two-container method.txt (5.0 KB)

1 个赞