Lucene search

K
veeamVeeam softwareVEEAM:KB4609
HistoryJun 13, 2024 - 12:00 a.m.

Exports Don't Work After Veeam Kasten for Kubernetes Reinstall

2024-06-1300:00:00
Veeam software
www.veeam.com
3
veeam
kasten
kubernetes
exports
reinstall

AI Score

6.9

Confidence

High


Critical Warning

The solution provided in this article results in data removal. These steps should onlybe followed when testing or evaluating Veeam Kasten for Kubernetes or if the existing data is no longer required.

If you have any questions, please contact Support.

Challenge

**Description:**Jobs fail to run after reinstalling Veeam Kasten for Kubernetes on the same cluster

Veeam Kasten for Kubernetes backups can be transferred to any S3-compliant object store to keep secondary copies and for long-term retention based on compliance needs. Both metadata and data are saved in a location defined by the cluster-ID. To prevent accidental loss, Veeam Kasten for Kubernetes will refuse to overwrite this data in case it is deleted and reinstalled and will display errors if new backups on a new Veeam Kasten for Kubernetes install are initiated.

Error:β€œFailed to connect to backup repository: invalid repository password”

Veeam Kasten for Kubernetes uses passkeys_ (automatically generated or user-defined)_ to protect metadata and data. Since this is unique to each Veeam Kasten for Kubernetes deployment, and because old data exists in the same backup location, a reinstalled Veeam Kasten for Kubernetes instance will run into conflicts.

Solution

To overcome this failure, existing data in the object storage location must be removed from the previous cluster.

**Part 1:**Extract Cluster ID

To do this, first, extract the cluster ID of the current cluster (to know which one shouldn’t be removed). Cluster ID can be extracted in two ways:

  1. Cluster ID Extraction with CLI
kubectl get namespace default -ojsonpath="{.metadata.uid}{'\n'}"

Copy

  1. Veeam Kasten for Kubernetes Dashboard: append settings/support to the end of the URL.
    Example:

    https://cluster.example.com/k10/#/**settings/support**

**Part 2:**Identify Bucket Name

Retrieve the specific S3 bucket

  1. Within Settings,view Locations.
  2. Identify the name under Bucket Name.

**Part 3:**Remove Existing Data in Bucket

  1. Open the S3 Console.
  2. Select the bucket identified in the previous section.
  3. Open the K10 directory.
  4. Open the directory whose name matches the Cluster ID identified in the previous section.
  5. Deleteeverything.

To submit feedback regarding this article, please click this link: Send Article Feedback
To report a typo on this page, highlight the typo with your mouse and press CTRL + Enter.

AI Score

6.9

Confidence

High