You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version 11 of the AzAcSnap tool is now generally available. Azure Application Consistent Snapshot Tool (AzAcSnap) is a command-line tool that enables you to simplify data protection for third-party databases in Linux and Windows environments.
54
+
55
+
AzAcSnap 11 introduces the following new capabilities and improvements:
56
+
- Features moved to GA (generally available):
57
+
- Microsoft SQL Server 2022 on Windows
58
+
- Dependency updates:
59
+
- Updated to .NET 8 (List of supported operation systems [.NET 8 - Supported OS versions](https://github.com/dotnet/core/blob/main/release-notes/8.0/supported-os.md))
60
+
- Azure SDK updated to Track 2 (latest security and significant performance improvements)
61
+
- Fixes and improvements:
62
+
- (NEW) Configurable Data Volume backup attempts
63
+
- Backup (-c backup) changes: Storage snapshot retention management is now performed after the database exits "backup-mode" to minimize the duration the database remains in a "backup-enabled" state.
64
+
65
+
Learn more in the [AzAcSnap release notes](azacsnap-release-notes.md#azacsnap-10a-build-1b79ba).
66
+
51
67
*[Network security group (NSG) support for private link connectivity](azure-netapp-files-network-topologies.md) (Preview)
52
68
53
69
Azure NetApp Files now supports private links with NSGs in all regions. This feature enables you to apply NSG policies to private link endpoints, enhancing the security of your workload deployments.
@@ -88,6 +104,16 @@ Azure NetApp Files is updated regularly. This article provides a summary about t
AzAcSnap 10a has been released with the following fixes and improvements:
110
+
111
+
- Fixes and improvements:
112
+
- Allow configurable wait time-out for Microsoft SQL Server. This option helps you increase time out for slow responding systems (default and minimum value is 30 seconds).
113
+
- Added a global override variable `MSSQL_CMD_TIMEOUT_SECS` to be used in either the .azacsnaprc file or as an environment variable set to the required wait time out in seconds. For details on configuration, see the [global override settings to control AzAcSnap behavior](azacsnap-tips.md#global-override-settings-to-control-azacsnap-behavior).
114
+
115
+
Learn more in the [AzAcSnap release notes](azacsnap-release-notes.md#azacsnap-10a-build-1b79ba).
116
+
91
117
*[Edit network features enhancement: no downtime](configure-network-features.md#no-downtime) (Preview)
92
118
93
119
Azure NetApp Files now supports the ability to edit network features (that is, upgrade from Basic to Standard network features) with no downtime for Azure NetApp Files volumes. Standard Network Features provide you with an enhanced virtual networking experience for a seamless and consistent experience along with security posture for Azure NetApp Files.
@@ -136,6 +162,33 @@ Azure NetApp Files is updated regularly. This article provides a summary about t
AzAcSnap 10 has been released with the following fixes and improvements:
168
+
169
+
- Features added to [Preview](azacsnap-preview.md):
170
+
- **Microsoft SQL Server** support adding options to configure, test, and snapshot backup Microsoft SQL Server in an application consistent manner.
171
+
- Features moved to GA (generally available):
172
+
-**Windows** support with AzAcSnap now able to be run on supported Linux distributions and Windows.
173
+
- New configuration file layout.
174
+
175
+
To upgrade pre-AzAcSnap 10 configurations, use the `azacsnap -c configure --configuration new` command to create a new configuration file and use the values in your existing configuration file.
176
+
- Azure Large Instance storage management via REST API over HTTPS.
177
+
178
+
This change to the REST API allows the use of Consistency Group snapshots on supported Azure Large Instance storage.
179
+
- Fixes and improvements:
180
+
- New `--flush` option which flushes in memory file buffers for local storage, useful for Azure Large Instance and Azure Managed Disk when connected as block storage
181
+
- Logging improvements
182
+
- Features removed:
183
+
- AzAcSnap installer for Linux
184
+
185
+
AzAcSnap is now downloadable as a binary for supported versions of Linux and Windows to simplify access to the AzAcSnap program allowing you to get started quickly.
186
+
- Azure Large Instance storage management via CLI over SSH
187
+
188
+
CLI over SSH replaced with the REST API over HTTPS
189
+
190
+
Learn more in the [AzAcSnap release notes](azacsnap-release-notes.md#azacsnap-10a-build-1b79ba).
191
+
139
192
* Availability zone volume placement enhancement - [**Populate existing volumes**](manage-availability-zone-volume-placement.md#populate-an-existing-volume-with-availability-zone-information) is now generally available (GA).
140
193
141
194
*[Cross-zone replication](cross-zone-replication-introduction.md) is now generally available (GA).
@@ -200,6 +253,15 @@ Azure NetApp Files is updated regularly. This article provides a summary about t
AzAcSnap 9a has been released with the following fixes and improvements:
259
+
260
+
- Fixes and improvements: Allow AzAcSnap to have Azure Management Endpoints manually configured to allow it to work in Azure Sovereign Clouds.
261
+
- Added a global override variable `AZURE_MANAGEMENT_ENDPOINT` to be used in either the .azacsnaprc file or as an environment variable set to the appropriate Azure management endpoint. For details on configuration refer to the [global override settings to control AzAcSnap behavior](azacsnap-tips.md#global-override-settings-to-control-azacsnap-behavior).
262
+
263
+
Learn more in the [AzAcSnap release notes](azacsnap-release-notes.md#azacsnap-10a-build-1b79ba).
264
+
203
265
*[Application volume group for Oracle](application-volume-group-oracle-introduction.md) (Preview)
204
266
205
267
Application volume group (AVG) for Oracle enables you to deploy all volumes required to install and operate Oracle databases at enterprise scale, with optimal performance and according to best practices in a single one-step and optimized workflow. The application volume group feature uses the Azure NetApp Files ability to place all volumes in the same availability zone as the VMs to achieve automated, latency-optimized deployments.
@@ -320,6 +382,22 @@ Azure NetApp Files is updated regularly. This article provides a summary about t
Azure NetApp Files now allows you to re-establish a replication relationship between two volumes in case you had previously deleted it. If the destination volume remained operational and no snapshots were deleted, the replication re-establish operation will use the last common snapshot and incrementally synchronize the destination volume based on the last known good snapshot. In that case, no baseline replication is required.
@@ -346,6 +424,21 @@ Azure NetApp Files is updated regularly. This article provides a summary about t
AzAcSnap 8b has been released with the following fixes and improvements:
430
+
431
+
- Fixes and improvements:
432
+
- General improvement to `azacsnap` command exit codes.
433
+
- The `azacsnap` command should return an exit code of 0 (zero) when run as expected, otherwise it should return an exit code of non-zero. For example, running `azacsnap` returns a non-zero value as there's nothing to do and shows usage information, whereas `azacsnap -h` returns exit-code of zero as it's performing as expected by returning usage information.
434
+
- Any failure in `--runbefore` exits before any backup activity and returns the `--runbefore` exit code.
435
+
- Any failure in `--runafter` returns the `--runafter` exit code.
436
+
- Backup (-c backup) changes:
437
+
- Change in the Db2 workflow to move the protected-paths query outside the WRITE SUSPEND, Storage Snapshot, WRITE RESUME workflow to improve resilience. (Preview)
438
+
- Fix for missing snapshot name (`azSnapshotName`) in `--runafter` command environment.
439
+
440
+
Learn more in the [AzAcSnap release notes](azacsnap-release-notes.md#azacsnap-10a-build-1b79ba).
441
+
349
442
*[Cloud Backup for Virtual Machines on Azure NetApp Files datastores for Azure VMware Solution](../azure-vmware/install-cloud-backup-virtual-machines.md) (Preview)
350
443
351
444
You can now create VM consistent snapshot backups of VMs on Azure NetApp Files datastores using [Cloud Backup for Virtual Machines](../azure-vmware/backup-azure-netapp-files-datastores-vms.md). The associated virtual appliance installs in the Azure VMware Solution cluster and provides policy based automated and consistent backup of VMs integrated with Azure NetApp Files snapshot technology for fast backups and restores of VMs, groups of VMs (organized in resource groups) or complete datastores.
0 commit comments