Skip to content

Commit eceae71

Browse files
authored
Merge pull request #189216 from Phil-Jensen/main
Added latest preview release details
2 parents b28ffaf + e8179d6 commit eceae71

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

articles/azure-netapp-files/azacsnap-release-notes.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.service: azure-netapp-files
1212
ms.workload: storage
1313
ms.tgt_pltfrm: na
1414
ms.topic: conceptual
15-
ms.date: 05/27/2021
15+
ms.date: 02/20/2022
1616
ms.author: phjensen
1717
---
1818

@@ -22,14 +22,20 @@ This page lists major changes made to AzAcSnap to provide new functionality or r
2222

2323
## Feb-2022
2424

25+
### AzAcSnap v5.1 Preview (Build: 20220220.55340)
26+
27+
AzAcSnap v5.1 Preview (Build: 20220220.55340) has been released with the following fixes and improvements:
28+
29+
- Resolved failure in matching `--dbsid` command line option with `sid` entry in the JSON configuration file for Oracle databases when using the `-c restore` command.
30+
31+
Download the [latest release of the Preview installer](https://aka.ms/azacsnap-preview-installer) and read about the new features and how to use the [AzAcSnap Preview](azacsnap-preview.md).
32+
2533
### AzAcSnap v5.1 Preview (Build: 20220203.77807)
2634

2735
AzAcSnap v5.1 Preview (Build: 20220203.77807) has been released with the following fixes and improvements:
2836

2937
- Minor update to resolve STDOUT buffer limitations. Now the list of Oracle table files put into archive-mode is sent to an external file rather than output in the main AzAcSnap log file. The external file is in the same location and basename as the log file, but with a ".protected-tables" extension (output filename detailed in the AzAcSnap log file). It is overwritten each time `azacsnap` runs.
3038

31-
For details on the preview features and how to use them go to [AzAcSnap Preview](azacsnap-preview.md).
32-
3339
## Jan-2022
3440

3541
### AzAcSnap v5.1 Preview (Build: 20220125.85030)
@@ -41,16 +47,14 @@ AzAcSnap v5.1 Preview (Build: 20220125.85030) has been released with the followi
4147
- Azure Managed Disk
4248
- RunBefore and RunAfter capability
4349

44-
For details on the preview features and how to use them go to [AzAcSnap Preview](azacsnap-preview.md).
45-
4650
## Aug-2021
4751

4852
### AzAcSnap v5.0.2 (Build: 20210827.19086) - Patch update to v5.0.1
4953

5054
AzAcSnap v5.0.2 (Build: 20210827.19086) is provided as a patch update to the v5.0 branch with the following fixes and improvements:
5155

52-
- Ignore `ssh` 255 exit codes. In some cases the `ssh` command, which is used to communicate with storage on Azure Large Instance, would emit an exit code of 255 when there were no errors or execution failures (refer `man ssh` "EXIT STATUS") - subsequently AzAcSnap would trap this as a failure and abort. With this update additional verification is done to validate correct execution, this includes parsing `ssh` STDOUT and STDERR for errors in addition to traditional exit code checks.
53-
- Fix the installer's check for the location of the hdbuserstore. The installer would check for the existence of an incorrect source directory for the hdbuserstore for the user running the install - this is fixed to check for `~/.hdb`. This is applicable to systems (for example, Azure Large Instance) where the hdbuserstore was pre-configured for the `root` user before installing `azacsnap`.
56+
- Ignore `ssh` 255 exit codes. In some cases the `ssh` command, which is used to communicate with storage on Azure Large Instance, would emit an exit code of 255 when there were no errors or execution failures (refer `man ssh` "EXIT STATUS") - then AzAcSnap would trap this exit code as a failure and abort. With this update extra verification is done to validate correct execution, this includes parsing `ssh` STDOUT and STDERR for errors in addition to traditional exit code checks.
57+
- Fix the installer's check for the location of the hdbuserstore. The installer would check for the existence of an incorrect source directory for the hdbuserstore for the user running the install - this is fixed to check for `~/.hdb`. This fix is applicable to systems (for example, Azure Large Instance) where the hdbuserstore was pre-configured for the `root` user before installing `azacsnap`.
5458
- Installer now shows the version it will install/extract (if the installer is run without any arguments).
5559

5660
Download the [latest release](https://aka.ms/azacsnapinstaller) of the installer and review how to [get started](azacsnap-get-started.md).
@@ -61,7 +65,7 @@ Download the [latest release](https://aka.ms/azacsnapinstaller) of the installer
6165

6266
AzAcSnap v5.0.1 (Build: 20210524.14837) is provided as a patch update to the v5.0 branch with the following fixes and improvements:
6367

64-
- Improved exit code handling. In some cases an exit code of 0 (zero) was emitted, even when there was an execution failure and it should have been non-zero. Exit codes should now only be zero on successfully running `azacsnap` to completion and non-zero in case of any failure.
68+
- Improved exit code handling. In some cases AzAcSnap would emit an exit code of 0 (zero), even after an execution failure when the exit code should have been non-zero. Exit codes should now only be zero on successfully running `azacsnap` to completion and non-zero if there is any failure.
6569
- AzAcSnap's internal error handling has been extended to capture and emit the exit code of the external commands run by AzAcSnap.
6670

6771
## April-2021

0 commit comments

Comments
 (0)