Skip to content

Commit 08085b7

Browse files
author
Guinevere Saenger
authored
Merge pull request #941 from guineveresaenger/socket-file-doc
Adds doc entry for --serve-socket-file flag
2 parents d4c91e6 + 577528a commit 08085b7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/command-line-flags.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,9 @@ Optionally involve the process ID, for example: `--replica-server-id=$((10000000
181181
It's on you to choose a number that does not collide with another `gh-ost` or another running replica.
182182
See also: [`concurrent-migrations`](cheatsheet.md#concurrent-migrations) on the cheatsheet.
183183

184+
### serve-socket-file
185+
186+
Defaults to an auto-determined and advertised upon startup file. Defines Unix socket file to serve on.
184187
### skip-foreign-key-checks
185188

186189
By default `gh-ost` verifies no foreign keys exist on the migrated table. On servers with large number of tables this check can take a long time. If you're absolutely certain no foreign keys exist (table does not reference other table nor is referenced by other tables) and wish to save the check time, provide with `--skip-foreign-key-checks`.

0 commit comments

Comments
 (0)