./launcher bootstrap data && ./launcher destroy data && ./launcher start data
fails with error unless first stopping the data container with ./launcher stop data
This occurs on instances created fresh with ./discourse-setup --two-container and converted using the longer method.
In both cases
./launcher stop web_only && ./launcher rebuild data && ./launcher rebuild web_only
and
./launcher bootstrap web_only && ./launcher destroy web_only && ./launcher start web_only
work as expected.
Am I missing something?
data_yml error.txt (5.2 KB)
data_yml error --two-container method.txt (5.0 KB)