Fix fresh VM service registration in installer #34
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "development_mik_deployer_setup_lab_service"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes the fresh-member VM installer failure found during the Hero Explorers mainnet bootstrap.
The downloaded binaries were present, but
lab service <binary> --start --resetdoes not create service records on the current VM lab build. The installer now starts components through current lab catalog keys with--install --start --reset, while keeping a binary-name fallback for older lab behavior.Verification:
bash -n crates/hero_tfgrid_deployer_server/assets/setup-binaries.shgit diff --checkcargo +1.96 check -p hero_tfgrid_deployer_serverRefs: #30
Signed-by: mik-tf mik-tf@noreply.invalid