Ok, so a list ditch attempt, I added the following to the github release workflow:
- name: Reboot Kamal accessories
run: |
kamal accessory reboot all
Litestream came online and starting backup up the database. I also updated the commands to use the latest version of Kamal. It wasn’t until I added that last step that it came online.
Out of interest to get closure, would you expect to have to boot the accessory, or do the Kamal scripts provided with the ServiceStack templates deal with auto-starting?
I’ve searched through the Kamal documentation and the only command that mentions accessories starting is “kamal setup” - however it’s the bootstrap command that’s used in the GitHub workflows.