./launcher bootstrap data && ./launcher destroy data && ./launcher start data
falla con un error a menos que primero se detenga el contenedor de datos con ./launcher stop data
Esto ocurre en instancias creadas desde cero con ./discourse-setup --two-container y convertidas usando el método más largo.
En ambos casos
./launcher stop web_only && ./launcher rebuild data && ./launcher rebuild web_only
y
./launcher bootstrap web_only && ./launcher destroy web_only && ./launcher start web_only
funcionan como se espera.
¿Me estoy perdiendo algo?
data_yml error.txt (5.2 KB)
data_yml error --two-container method.txt (5.0 KB)