Error when bootstrapping: postgres already running stop container

I was trying to follow this guide and minimize downtime for a 2-container setup. However it seems to require that I stop the data container in order to bootstrap web_only (on same machine). Any ideas?

You do not need to stop the data container to bootstrap web_only, in fact, it must be running to bootstrap web_only.

You did remove the postgres template from web only?

1 Like

Good call - yes I included the postgres and redis templates (I will eliminate them). Thank you for catching that!

1 Like