diff --git a/basic/apps/do-test/vikunja-values-configmap.yaml b/basic/apps/do-test/vikunja-values-configmap.yaml
index 18c04db1ccf1f78b9ebb6648e7dda04406d29edf..b4ecd40ac3b5d87e66ee489ed7c3c1c8d1183101 100644
--- a/basic/apps/do-test/vikunja-values-configmap.yaml
+++ b/basic/apps/do-test/vikunja-values-configmap.yaml
@@ -56,20 +56,24 @@ data:
           - secretName: vikunja-test-tls
             hosts:
               - "do-test.${domain}"
+    persistence:
+      files:
+        labels:
+          stackspin.net/backupSet: "vikunja"
     postgresql:
       enabled: true
       postgresqlDatabase: vikunja
       postgresqlUsername: vikunja
       postgresqlPassword: "${postgresql_password}"
-      persistence:
-        db:
-          enabled: true
-          # -- Sets the persistence type
-          # Valid options are: simplePVC, simpleHP, pvc, emptyDir, secret, configMap, hostPath or custom
-          type: pvc
-          mountPath: "/bitnami/postgresql"
-          # -- If you want to reuse an existing claim, the name of the existing PVC can be passed here.
-          existingClaim: vikunja-test-postgres
-      volumeClaimTemplates:
-        db:
-          enabled: false
+      #persistence:
+      #  db:
+      #    enabled: true
+      #    # -- Sets the persistence type
+      #    # Valid options are: simplePVC, simpleHP, pvc, emptyDir, secret, configMap, hostPath or custom
+      #    type: pvc
+      #    mountPath: "/bitnami/postgresql"
+      #    # -- If you want to reuse an existing claim, the name of the existing PVC can be passed here.
+      #    existingClaim: vikunja-test-postgres
+      #volumeClaimTemplates:
+      #  db:
+      #    enabled: false