Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

K8SPG-613: use percona-pgbackrest image #1098

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

K8SPG-613: use percona-pgbackrest image #1098

wants to merge 2 commits into from

Conversation

pooknull
Copy link
Contributor

@pooknull pooknull commented Mar 21, 2025

K8SPG-613 Powered by Pull Request Badge

https://perconadev.atlassian.net/browse/K8SPG-613

CHANGE DESCRIPTION

Problem:
Short explanation of the problem.

Cause:
Short explanation of the root cause of the issue if applicable.

Solution:
Short explanation of the solution we are providing with this PR.

CHECKLIST

Jira

  • Is the Jira ticket created and referenced properly?
  • Does the Jira ticket have the proper statuses for documentation (Needs Doc) and QA (Needs QA)?
  • Does the Jira ticket link to the proper milestone (Fix Version field)?

Tests

  • Is an E2E test/test case added for the new feature/change?
  • Are unit tests added where appropriate?

Config/Logging/Testability

  • Are all needed new/changed options added to default YAML files?
  • Are all needed new/changed options added to the Helm Chart?
  • Did we add proper logging messages for operator actions?
  • Did we ensure compatibility with the previous version or cluster upgrade process?
  • Does the change support oldest and newest supported PG version?
  • Does the change support oldest and newest supported Kubernetes version?

Sorry, something went wrong.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
@@ -377,7 +377,7 @@ func (r *Reconciler) dedicatedSnapshotVolumeRestore(ctx context.Context,
restoreJob := &batchv1.Job{}
instanceName := cluster.Status.StartupInstance

if err := r.generateRestoreJobIntent(cluster, configHash, instanceName, cmd,
if err := r.generateRestoreJobIntent(cluster, configHash, instanceName, cmd,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[gofmt] reported by reviewdog 🐶

Suggested change
if err := r.generateRestoreJobIntent(cluster, configHash, instanceName, cmd,
if err := r.generateRestoreJobIntent(cluster, configHash, instanceName, cmd,

@@ -54,6 +56,8 @@ spec:
serviceAccountName: demand-backup-pgbackrest
terminationGracePeriodSeconds: 30
volumes:
- emptyDir: {}
name: crunchy-bin
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe better to use percona-bin

fix
@JNKPercona
Copy link
Collaborator

Test name Status
custom-extensions failure
custom-tls failure
demand-backup passed
finalizers failure
init-deploy failure
monitoring failure
one-pod failure
operator-self-healing failure
pitr failure
scaling failure
scheduled-backup passed
self-healing failure
sidecars failure
start-from-backup passed
tablespaces failure
telemetry-transfer failure
upgrade-consistency failure
upgrade-minor failure
users failure
We run 19 out of 19

commit: 2859269
image: perconalab/percona-postgresql-operator:PR-1098-2859269f5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants