Skip to content

Commit 577528a

Browse files
author
guineveresaenger
committed
Adds doc entry for --serve-socket-file flag
1 parent d4c91e6 commit 577528a

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)