zitadel/cmd/zitadelctl/cmds
Stefan Benz 425a8b5fd5
feat(crdb): use crdb native backup and s3 backup added (#1915)
* fix(zitadelctl): implement takedown command

* fix(zitadelctl): correct destroy flow

* fix(zitadelctl): correct backup commands to read crds beforehand

* fix: add of destroyfile

* fix: clean for userlist

* fix: change backup and restore to crdb native

* fix: timeout for delete pvc for cockroachdb

* fix: corrected unit tests

* fix: add ignored file for scale

* fix: correct handling of gitops in backup command

* feat: add s3 backup kind

* fix: backuplist for s3 and timeout for pv deletion

* fix(database): fix nil pointer with binary version

* fix(database): cleanup of errors which cam with merging of the s3 logic

* fix: correct unit tests

* fix: cleanup monitor output

Co-authored-by: Elio Bischof <eliobischof@gmail.com>

* fix: backup imagepullpolixy to ifnotpresent

Co-authored-by: Elio Bischof <eliobischof@gmail.com>
2021-10-13 14:34:03 +02:00
..
backup.go feat: comprehensive sentry instrumentation (#2023) 2021-07-30 09:52:08 +00:00
backuplist.go feat(crdb): use crdb native backup and s3 backup added (#1915) 2021-10-13 14:34:03 +02:00
configure.go feat: comprehensive sentry instrumentation (#2023) 2021-07-30 09:52:08 +00:00
destroy.go feat: comprehensive sentry instrumentation (#2023) 2021-07-30 09:52:08 +00:00
readsecret.go feat: comprehensive sentry instrumentation (#2023) 2021-07-30 09:52:08 +00:00
restore.go feat(crdb): use crdb native backup and s3 backup added (#1915) 2021-10-13 14:34:03 +02:00
root.go feat: comprehensive sentry instrumentation (#2023) 2021-07-30 09:52:08 +00:00
scale.go feat(crdb): use crdb native backup and s3 backup added (#1915) 2021-10-13 14:34:03 +02:00
start.go feat: comprehensive sentry instrumentation (#2023) 2021-07-30 09:52:08 +00:00
takeoff.go feat: comprehensive sentry instrumentation (#2023) 2021-07-30 09:52:08 +00:00
writesecret.go fix: writesecret with --gitops doesn't need a kubeconfig (#2078) 2021-09-23 10:13:24 +02:00