Move from standalone container to separate web and data containers

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

fallisce con un errore a meno che non si arresti prima il container dei dati con ./launcher stop data

Ciò si verifica sulle istanze create da zero con ./discourse-setup --two-container e convertite utilizzando il metodo più lungo.

In entrambi i casi
./launcher stop web_only && ./launcher rebuild data && ./launcher rebuild web_only
e
./launcher bootstrap web_only && ./launcher destroy web_only && ./launcher start web_only

funzionano come previsto.

Mi sto perdendo qualcosa?

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

1 Mi Piace