This repository has been archived on 2023-03-30. You can view files and clone it, but cannot push or open issues or pull requests.
gitea.kosmos.org/doc/backup-and-restore.md

1.2 KiB

Backups

We're using Velero (formerly Ark) for backing up Kubernetes config and GKE resources. It is available as a compiled binary for your platform on GitHub

The Velero service is running on the Sidamo cluster and was set up using the official docs' GCP instructions. There's a daily backup schedule in effect for Gitea (using the label app=gitea).

Please refer to Velero's Getting Started doc for all backup and restore commands.

Backup location

Cluster configuration (including all live resources) is backed up to a Google Cloud Storage container.

Persistent volumes

Persistent volumes are just GCE disks. Thus, with the current config, Velero creates volume snapshots as native GCE disk snapshots.