Overview
When I'm trying to run bee-factory start --detach 1.15.0-rc2 I get the following message
✔ Network is up
✖ It was not possible to start blockchain node!
█ Failed to run command!
Container with name "bee-factory-blockchain" found but it was created with different image or image version then expected!
bee-factory start --detach 1.9.0 is working just fine. When I tried running using docker desktop I noticed that for some reason bee-factory-queen has some problem starting up. I had to restart it manually a couple of times after that all the nodes started. So I'm guessing there is some issue with the bee-factory-queen container.
# before force start the queen node
bee-factory start --detach 1.15.0-rc2
✔ Network is up
✔ Blockchain node is up and listening
✖ It was not possible to start queen node!
█ Failed to run command!
other side closed
# after manual restart
bee-factory start --detach 1.15.0-rc2
✔ Network is up
✔ Blockchain node is up and listening
✔ Queen node is up and listening
✔ Worker nodes are up and listening
System Information
Os: Linux kali 6.5.0-kali3-amd64 Debian 64-bit
Docker version 24.0.7, build afdd53b