Skip to content

Commit 6559bd3

Browse files
committed
Merge branch 'rachel-stage' into stage
2 parents 5d10d0b + 218c326 commit 6559bd3

14 files changed

Lines changed: 118 additions & 680 deletions

File tree

content/cumulus-netq-52/Installation-Management/Backup-and-Restore-NetQ.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ toc: 3
88
The following sections describe how to back up and restore your NetQ data and VMs for on-premises deployments.
99

1010
{{%notice note%}}
11+
- Follow the backup and restore instructions as outlined on this page to upgrade your deployment from 5.0 to 5.2. If your deployment is currently running version 5.1, {{<link title="Upgrade NetQ Virtual Machines" text="perform an in-place upgrade">}} to upgrade to version 5.2.
1112
- You must run backup and restore scripts with sudo privileges.
1213
- NetQ does not retain custom-signed certificates during the backup and restore process. If your deployment uses a custom-signed certificate, you must {{<link title="Install a Custom Signed Certificate" text="reconfigure the certificate">}} after you restore it on a new NetQ VM.
1314
- The backup and restore process does not retain several configurations necessary for the Grafana integration, including switch TLS certificates, authentication tokens (vm-tokens), OpenTelemetry configurations, and external time-series database configurations. After reinstalling NetQ, you must {{<link title="Integrate NetQ with Grafana" text="reconfigure these components">}}. Grafana will not display data from previous NetQ versions.
@@ -18,7 +19,7 @@ The following sections describe how to back up and restore your NetQ data and VM
1819
Follow the process below for your deployment type to back up your NetQ data.
1920

2021
{{<tabs "TabID19" >}}
21-
{{<tab "Ethernet-only and Combined (Ethernet + NVLink)" >}}
22+
{{<tab "Ethernet and Combined (Ethernet + NVLink) Deployments" >}}
2223

2324
{{%notice note%}}
2425
If your NetQ deployment uses combined Ethernet and NVLink mode, only your Ethernet data can be backed up and restored. NVLink data is excluded from the backup and restoration process.
@@ -106,7 +107,7 @@ nvidia@netq-server:~$ sudo scp /opt/backuprestore/combined_backup_20250117054718
106107
```
107108

108109
{{</tab>}}
109-
{{<tab "NVLink-only" >}}
110+
{{<tab "NVLink-only Deployments" >}}
110111

111112
These steps apply exclusively to {{<link title="Install NetQ for NVLink" text="NetQ NVLink">}} three-node cluster deployments.
112113

@@ -135,12 +136,12 @@ cp -r /home/nvidia/nvlink_cluster_backup_20250617063052 /tmp/data-infra
135136
## Restore Your NetQ Data
136137

137138
{{<tabs "TabID129" >}}
138-
{{<tab "Ethernet-only and Combined (Ethernet + NVLink)" >}}
139+
{{<tab "Ethernet and Combined (Ethernet + NVLink) Deployments" >}}
139140

140141
To restore your NetQ data, perform a {{<link title="Install the NetQ System" text="new NetQ VM installation">}} and follow the steps to restore your NetQ data when you run the `netq install` command. You will use the `restore` option, referencing the path where the backup file resides.
141142

142143
{{</tab>}}
143-
{{<tab "NVLink-only" >}}
144+
{{<tab "NVLink-only Deployments" >}}
144145

145146
1. Run the installation command on your master node and specify the following within the command itself:
146147

@@ -149,7 +150,7 @@ To restore your NetQ data, perform a {{<link title="Install the NetQ System" tex
149150
- The `/home/nvidia/nvl-cluster-config.json` backup file
150151

151152
```
152-
nvidia@<hostname>:~$ netq install nvl bundle /mnt/installables/NetQ-5.1.0.tgz kong-rw-password <rw-password> kong-ro-password <ro-password> /home/nvidia/nvl-cluster-config.json
153+
nvidia@<hostname>:~$ netq install nvl bundle /mnt/installables/NetQ-5.2.0.tgz kong-rw-password <rw-password> kong-ro-password <ro-password> /home/nvidia/nvl-cluster-config.json
153154
```
154155

155156
2. Restore your data by running the {{<link title="nvl/#netq-nvl-cluster-restore" text="netq nvl cluster restore">}} command with the `drop-mongo-collections` option. This option prevents NetQ from re-installing duplicate data entries.

0 commit comments

Comments
 (0)