archiver

package
v1.27.0 Latest Latest
Warning

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

Go to latest
Published: Aug 12, 2025 License: Apache-2.0 Imports: 20 Imported by: 0

Documentation

Overview

Package archiver contains the logic of the CloudNativePG WAL archiver

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ArchiveAllReadyWALs

func ArchiveAllReadyWALs(
	ctx context.Context,
	cluster *apiv1.Cluster,
	pgData string,
) error

ArchiveAllReadyWALs ensures that all WAL files that are in the "ready" queue have been archived. This is used to ensure that a former primary will archive the WAL files in its queue even in case of an unclean shutdown.

func Run

func Run(
	ctx context.Context,
	podName, pgData string,
	cluster *apiv1.Cluster,
	walName string,
) error

Run implements the WAL archiving process given the current cluster definition and the current Pod Name.

Types

type ErrMissingWALArchiverPlugin added in v1.27.0

type ErrMissingWALArchiverPlugin struct {
	// PluginName is the name of the plugin that is missing
	PluginName string
}

ErrMissingWALArchiverPlugin is raised when we try to archive a WAL file with a CNPG-i plugin whose socket does not exist.

func (ErrMissingWALArchiverPlugin) Error added in v1.27.0

Error implements the error interface

Jump to

Keyboard shortcuts

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