Skip to content

Commit 559f7e6

Browse files
More linting fixes
1 parent 1354eb8 commit 559f7e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/usage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ You can supply your own configuration file or use the example configuration file
1515

1616
An example configuration file with documentation on possible settings can found in [backup.config-example](../backup.config-example).
1717

18-
There are a number of command line options that can also be passed to the `ghe-restore` command. Of particular note, if you use an external MySQL service but are restoring from a snapshot prior to enabling this, or vice versa, you must migrate the MySQL data outside of the context of backup-utils first, then pass the `--skip-mysql` flag to `ghe-restore`.
18+
There are a number of command-line options that can also be passed to the `ghe-restore` command. Of particular note, if you use an external MySQL service but are restoring from a snapshot prior to enabling this, or vice versa, you must migrate the MySQL data outside of the context of backup-utils first, then pass the `--skip-mysql` flag to `ghe-restore`.
1919

2020
## Example backup and restore usage
2121

@@ -104,7 +104,7 @@ GitHub Actions enabled, the following steps are required:
104104

105105
1. Enable GitHub Actions on the replacement appliance and configure it to use the same GitHub Actions
106106
external storage configuration as the original appliance.
107-
2. Put replacement appliance into maintenance mode.
107+
2. Put replacement appliance into maintenance mode.
108108
3. Use `ghe-restore` to restore the backup.
109109
4. Re-register your self-hosted runners on the replacement appliance.
110110

0 commit comments

Comments
 (0)