Skip to content

23.6.0

Compare
Choose a tag to compare
@diptiranjanpx diptiranjanpx released this 27 Jun 07:18

New Features

  • Added support for NFS share backup location for the applicationbackup and applicationrestore in stork. This support is currently supported only with the PX-Backup product. #1434

Bug Fixes

  • Issue: Update calls were happening to the volumesnapshotschedule in each 10 seconds even if there is no new update.
    User Impact: With lots of volumesnapshotschedules running, it is unnecessary load on api-server.
    Resolution: Avoiding updates if there is no change to volume snapshot list as part pf pruning. #1415

  • Issue: Restore size was taken from volumesnapshot size because for some CSI driver PVC was not bounded, if Volumesnapshot size less than source volume size.
    User Impact: CSI restore was failing with some of the storage provisioner.
    Resolution: Updating the restore volume size only when the volumesnapshot size is greate than source volume size. #1445

  • Issue: Mysql app can show inconsistent data after being restored.
    User Impact: All Mysql backup may fail to run mysql application after restore operation due to data inconsistency
    Resolution: Fixed the data inconsistency by holding the table lock for a required interval while backup is in progress. #1436