diff --git a/cli/cmd/backup.go b/cli/cmd/backup.go index ed82dc6..ab1da8c 100644 --- a/cli/cmd/backup.go +++ b/cli/cmd/backup.go @@ -62,6 +62,7 @@ var SecretsToBackup = []string{ "zuul-ssh-key", "zuul-keystore-password", "zuul-auth-secret", + "logserver-keys", } func createSecretBackup(backupDir string, env cliutils.ENV) { diff --git a/doc/reference/CHANGELOG.md b/doc/reference/CHANGELOG.md index 2eb7acd..d5b299c 100644 --- a/doc/reference/CHANGELOG.md +++ b/doc/reference/CHANGELOG.md @@ -10,6 +10,7 @@ All notable changes to this project will be documented in this file. ### Fixed - weeder: ensure the service is restarted after backup restore to load the new ZK certs. +- backup: add the logserver sshd host key `Secret` into the backup/restore process. ### Security