Skip to content
#

backup

Here are 3,999 public repositories matching this topic...

eleanor-millman
eleanor-millman commented Jul 9, 2021

Currently, the cluster migration docs don't specify that Velero doesn't support restoring into a cluster with a lower K8s version than where the backup was taken. Please add that note under the "Migrating Workloads Across Different Kubernetes Versions" section at the bottom of the doc: https://velero.io/docs/v1.6/migration-case/

Vote on this issue!

This is an invitation to the Velero com

fab2s
fab2s commented May 21, 2021

Hello,

When backups are run with --disable-notifications options, the resulting zip file is never encrypted.

It looks like this is coming from the fact encryption occurs as an event wrapped in the send notification method in BackupJob.php:

    protected function sendNotification($notification): void
    {
        if ($this->sendNotifications) {
            rescue(
         
jspeedz
jspeedz commented Sep 5, 2019

What went wrong?

I'm getting deprecation warnings with openSSL encryption.

[2019/09/05 08:38:52][info] Using Encryptor::OpenSSL to encrypt the archive.
[2019/09/05 08:40:22][warn] Pipeline STDERR Messages:
[2019/09/05 08:40:22][warn] (Note: may be interleaved if multiple commands returned error messages)
[2019/09/05 08:40:22][warn]
[2019/09/05 08:40:22][warn] *** WARNING : depre

adowair
adowair commented Dec 20, 2021

Hello,

I ran into an issue where it seems the tilde character (~) is not correctly expanded/parsed when creating a new filesystem repository through the Kopia UI.

Setup

  • Kopia UI for (Intel) Mac, version 20211220.0.0-c6415592, build c641559284f27bbafb9c4781a0ec183f0953d02c
  • macOS Monterey, version 12.0.1 (21A559)

Steps

  1. Execute mkdir ~/dev/kopia_demo_repo
  2. Lau

Improve this page

Add a description, image, and links to the backup topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the backup topic, visit your repo's landing page and select "manage topics."

Learn more