Install Dynamic Backup Target
Starting t4o-6.x, a new feature has been introduced to add new backup target without the need of redeploying complete t4o. Please follow mentioned steps to add a backup target
1. Update backup target specific yaml file
1.1] Navigate to the backup targets chart
1.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
).NFS Backup Target Example
S3 Backup Target Example
2. Install/Upgrade Backup Target
2.1] Helm Install/Upgrade Command
Please ensure that values_overrides/<backup-target-type>.yaml
file is updated with correct NFS/S3 backup target configuration.
3. Verification
3.1] Verify Backup Target Pods
Check if the backup target pods are running
3.2] Check Mounts (for NFS targets)
Exec into the nfs-mount pod and check if the mount is successful.
3.3] Verify Persistent Volumes (PV/PVCs)
Check if volumes are properly created:
Required installation/updates are done.
If everything looks good, the NFS/S3 backup target is successfully installed and ready to use.
PreviousGetting started with Trilio on OpenStack-HelmNextGetting started with Trilio on Canonical OpenStack
Last updated
Was this helpful?