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
Copy file name to clipboardExpand all lines: content/cumulus-netq-52/Installation-Management/Backup-and-Restore-NetQ.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ toc: 3
8
8
The following sections describe how to back up and restore your NetQ data and VMs for on-premises deployments.
9
9
10
10
{{%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, {{<linktitle="Upgrade NetQ Virtual Machines"text="perform an in-place upgrade">}} to upgrade to version 5.2.
11
12
- You must run backup and restore scripts with sudo privileges.
12
13
- NetQ does not retain custom-signed certificates during the backup and restore process. If your deployment uses a custom-signed certificate, you must {{<linktitle="Install a Custom Signed Certificate"text="reconfigure the certificate">}} after you restore it on a new NetQ VM.
13
14
- 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 {{<linktitle="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
18
19
Follow the process below for your deployment type to back up your NetQ data.
19
20
20
21
{{<tabs "TabID19" >}}
21
-
{{<tab "Ethernet-only and Combined (Ethernet + NVLink)" >}}
22
+
{{<tab "Ethernet and Combined (Ethernet + NVLink) Deployments" >}}
22
23
23
24
{{%notice note%}}
24
25
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.
{{<tab "Ethernet-only and Combined (Ethernet + NVLink)" >}}
139
+
{{<tab "Ethernet and Combined (Ethernet + NVLink) Deployments" >}}
139
140
140
141
To restore your NetQ data, perform a {{<linktitle="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.
141
142
142
143
{{</tab>}}
143
-
{{<tab "NVLink-only" >}}
144
+
{{<tab "NVLink-only Deployments" >}}
144
145
145
146
1. Run the installation command on your master node and specify the following within the command itself:
146
147
@@ -149,7 +150,7 @@ To restore your NetQ data, perform a {{<link title="Install the NetQ System" tex
149
150
- The `/home/nvidia/nvl-cluster-config.json` backup file
2. Restore your data by running the {{<linktitle="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