Install Dynamic Backup Target
1. Update backup target specific yaml file
1.1] Navigate to the backup targets chart
cd triliovault-cfg-scripts/openstack-helm/trilio-backup-targets/values_overrides1.2] Update the <backup-target-type>.yaml file (nfs.yaml, other_s3.yaml or amazon_s3.yaml).
<backup-target-type>.yaml file (nfs.yaml, other_s3.yaml or amazon_s3.yaml).trilio_backup_target:
backup_target_name: 'NFS_BackupTarget'
backup_target_type: 'nfs'
is_default: true
nfs_server: '10.10.0.1'
nfs_shares: /home/openstack-helm
nfs_options: "nolock,soft,timeo=600,intr,lookupcache=none,nfsvers=3,retrans=10"
storage_size: 20Gi
storage_class_name: nfs
images:
trilio_backup_targets: docker.io/trilio/trilio-wlm-helm:<image-tag>2. Install/Upgrade Backup Target
2.1] Helm Install/Upgrade Command
3. Verification
3.1] Verify Backup Target Pods
3.2] Check Mounts (for NFS targets)
3.3] Verify Persistent Volumes (PV/PVCs)
Last updated
Was this helpful?
