- Add to bootstrap manifest template in
bootstrap/manifest_template.jsonusedeploy-appaction unless app is pre-controller. - Add to image to release manifest in
util/release/version_template.json - Add to updater SystemApps in
updater/types/types.go
- Add cli subcommands for console/backup/restore see
cli/psql.goas an example - Add provider to controller at boostrap time with the
add-provideraction inbootstrap/manifest_template.json - Add backup for the appliance in the cluster backup tool in
cli/cluster.go - Add restore for the appliance for bootstrapping from backup
host/cli/bootstrap.go