backup

package
v1.20.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 4, 2026 License: Apache-2.0 Imports: 32 Imported by: 6

Documentation

Index

Constants

View Source
const PXCClusterBackupField = ".spec.pxcCluster"

Variables

View Source
var ErrNoBackups = errors.New("No backups found")

Functions

func CheckPITRErrors added in v1.13.0

func CheckPITRErrors(ctx context.Context, cl client.Client, clcmd clientcmd.Client, cr *api.PerconaXtraDBCluster, storageFunc storage.NewClientFunc) error

func NewPVC

NewPVC returns the list of PersistentVolumeClaims for the backups

func PVCRestorePod added in v1.0.0

func PVCRestorePod(cr *api.PerconaXtraDBClusterRestore, bcpStorageName, pvcName string, cluster *api.PerconaXtraDBCluster, initImage string) (*corev1.Pod, error)

func PVCRestoreService added in v1.0.0

func PVCRestoreService(cr *api.PerconaXtraDBClusterRestore, cluster *api.PerconaXtraDBCluster) *corev1.Service

func PrepareJob added in v1.18.0

PrepareJob creates a Kubernetes Job that prepares a restored PXC cluster for operation. This job runs after the data has been restored but before the cluster is started.

The job mounts the PVC of the first PXC node and runs preparation scripts to ensure the restored data is ready for the cluster to start properly.

func RestoreJob added in v1.14.0

func RestoreJob(
	ctx context.Context,
	cr *api.PerconaXtraDBClusterRestore,
	bcp *api.PerconaXtraDBClusterBackup,
	cluster *api.PerconaXtraDBCluster,
	initImage string,
	scheme *runtime.Scheme,
	destination api.PXCBackupDestination, pitr bool,
) (*batchv1.Job, error)

func SetStorageAzure added in v1.12.0

func SetStorageAzure(ctx context.Context, job *batchv1.JobSpec, cr *api.PerconaXtraDBClusterBackup) error

func SetStoragePVC added in v1.12.0

func SetStoragePVC(ctx context.Context, job *batchv1.JobSpec, cr *api.PerconaXtraDBClusterBackup, volName string) error

func SetStorageS3 added in v1.12.0

func SetStorageS3(ctx context.Context, job *batchv1.JobSpec, cr *api.PerconaXtraDBClusterBackup) error

func UpdatePITRTimeline added in v1.14.0

func UpdatePITRTimeline(ctx context.Context, cl client.Client, clcmd clientcmd.Client, cr *api.PerconaXtraDBCluster) error

Types

type Backup

type Backup struct {
	// contains filtered or unexported fields
}

func New

func (*Backup) Job

func (*Backup) JobSpec

func (bcp *Backup) JobSpec(spec api.PXCBackupSpec, cluster *api.PerconaXtraDBCluster, job *batchv1.Job, initImage string) (batchv1.JobSpec, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL