mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-07-09 16:00:59 +00:00
Add provider MSP backup command
This commit is contained in:
parent
e46f4d648e
commit
c9f84c5192
11 changed files with 1224 additions and 11 deletions
|
|
@ -43,6 +43,13 @@ PULSE_EMAIL_REPLY_TO=support@example.com
|
|||
# Non-mutating operational status:
|
||||
# docker compose run --rm control-plane provider-msp status
|
||||
#
|
||||
# Recovery backup before upgrades or recovery drills:
|
||||
# docker compose run --rm control-plane provider-msp backup create
|
||||
#
|
||||
# Verify a recovery archive before relying on it:
|
||||
# docker compose run --rm control-plane provider-msp backup verify \
|
||||
# /data/backups/provider-msp/provider-msp-backup-YYYYMMDDTHHMMSSZ.tar.gz
|
||||
#
|
||||
# End-to-end provider proof. This creates two proof client workspaces, generates
|
||||
# client-bound agent install tokens, verifies tenant-local agent report ingest,
|
||||
# and exercises the portal handoff path. Keep --cleanup once you have captured
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue