We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f95349 commit ed48603Copy full SHA for ed48603
source/includes/steps-upgrade-on-prem-from-archive.yaml
@@ -18,7 +18,7 @@ content: |
18
19
On the |onprem| host that you're upgrading, back up your existing
20
configuration files and logs to a directory other than the install
21
- directory.
+ directory.
22
23
.. important::
24
@@ -34,6 +34,11 @@ content: |
34
35
cp -a <install_dir>/conf ~/mms_conf.backup
36
cp -a <install_dir>/logs ~/mms_logs.backup
37
+
38
+ You must also back up the ``gen.key`` file that |onprem| uses to
39
+ encrypt and decrypt |onprem|'s backing databases and user credentials.
40
+ |onprem| requires an identical ``gen.key`` file on every
41
+ server that is part of a highly available |onprem| deployment.
42
---
43
stepnum: 3
44
level: 4
0 commit comments