@@ -5,7 +5,7 @@ services: azure-netapp-files
5
5
author : Phil-Jensen
6
6
ms.service : azure-netapp-files
7
7
ms.topic : how-to
8
- ms.date : 05/15/2024
8
+ ms.date : 04/07/2025
9
9
ms.author : phjensen
10
10
---
11
11
@@ -93,7 +93,7 @@ Follow the guidelines to set up and run the snapshots and disaster-recovery comm
93
93
There are no specific database connection requirements for MS SQL Server as AzAcSnap has built-in connectivity to MS SQL Server.
94
94
95
95
---
96
- ## Install the snapshot tools
96
+ ## Install AzAcSnap
97
97
98
98
With the [prerequisite steps](#prerequisites-for-installation) completed, the steps to install AzAcSnap are as follows:
99
99
@@ -124,6 +124,34 @@ Performing the following steps to get azacsnap running:
124
124
1. Open a terminal session and run azacsnap
125
125
1. `azacsnap.exe -c about`
126
126
127
+ ## Upgrade AzAcSnap
128
+
129
+ Perform the following steps to upgrade an existing installation of azacsnap:
130
+
131
+ - For Linux via a shell session:
132
+ 1. Log in as the user which runs `azacsnap`
133
+ 1. `su – azacsnap`
134
+ 1. `cd $HOME/bin`
135
+ 1. Backup the existing binary and configuration files
136
+ 1. `cp azacsnap azacsnap.bkp`
137
+ 1. `cp azacsnap.json azacsnap.json.bkp`
138
+ 1. Download [azacsnap](https://aka.ms/azacsnap-linux)
139
+ 1. `wget -O azacsnap https://aka.ms/azacsnap-linux`
140
+ 1. Run the about command to check the version
141
+ 1. `azacsnap -c about`
142
+ 1. [Test azacsnap](azacsnap-cmd-ref-test.md)
143
+
144
+ - For Windows via a GUI:
145
+ 1. Log in as the user which runs `azacsnap.exe`
146
+ 1. Locate the existing azacsnap binary and change to its location
147
+ 1. `where azacsnap.exe`
148
+ 1. Backup the existing binary and configuration files
149
+ 1. `copy azacsnap.exe azacsnap.exe.bkp`
150
+ 1. `copy azacsnap.json azacsnap.json.bkp`
151
+ 1. Download [`azacsnap.exe`](https://aka.ms/azacsnap-windows)
152
+ 1. Open a terminal session and run the about command to check the version
153
+ 1. `azacsnap.exe -c about`
154
+ 1. [Test azacsnap](azacsnap-cmd-ref-test.md)
127
155
128
156
## Update user profile
129
157
0 commit comments