We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ea8e860 + b4b8bdb commit 8bed83eCopy full SHA for 8bed83e
1 file changed
README.md
@@ -153,6 +153,11 @@ The `ghe-backup` and `ghe-restore` commands also have a verbose output mode
153
(`-v`) that lists files as they're being transferred. It's often useful to
154
enable when output is logged to a file.
155
156
+When restoring to an already configured GHE instance, settings and license data
157
+are *not* restored to prevent overwriting manual configuration on the restore
158
+host. This behavior can be overriden by passing the `-c` argument to `ghe-restore`,
159
+forcing settings and license data to be overwritten with the backup copy's data.
160
+
161
### Scheduling backups
162
163
Regular backups should be scheduled using `cron(8)` or similar command
0 commit comments