Skip to content

Commit 11c27cb

Browse files
Merge pull request #297780 from Phil-Jensen/patch-1
Add upgrade instructions.
2 parents c9bc63a + 0990e63 commit 11c27cb

File tree

1 file changed

+30
-2
lines changed

1 file changed

+30
-2
lines changed

articles/azure-netapp-files/azacsnap-installation.md

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: azure-netapp-files
55
author: Phil-Jensen
66
ms.service: azure-netapp-files
77
ms.topic: how-to
8-
ms.date: 05/15/2024
8+
ms.date: 04/07/2025
99
ms.author: phjensen
1010
---
1111

@@ -93,7 +93,7 @@ Follow the guidelines to set up and run the snapshots and disaster-recovery comm
9393
There are no specific database connection requirements for MS SQL Server as AzAcSnap has built-in connectivity to MS SQL Server.
9494
9595
---
96-
## Install the snapshot tools
96+
## Install AzAcSnap
9797
9898
With the [prerequisite steps](#prerequisites-for-installation) completed, the steps to install AzAcSnap are as follows:
9999
@@ -124,6 +124,34 @@ Performing the following steps to get azacsnap running:
124124
1. Open a terminal session and run azacsnap
125125
1. `azacsnap.exe -c about`
126126
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)
127155
128156
## Update user profile
129157

0 commit comments

Comments
 (0)