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 4e12b9a commit 2c42692Copy full SHA for 2c42692
doc/hooks.md
@@ -49,6 +49,7 @@ The full list of supported hooks is best found in code: [hooks.go](https://githu
49
- `gh-ost-on-before-cut-over`
50
- `gh-ost-on-success`
51
- `gh-ost-on-failure`
52
+- `gh-ost-on-batch-copy-retry`
53
54
### Context
55
@@ -81,6 +82,7 @@ The following variable are available on particular hooks:
81
82
83
- `GH_OST_COMMAND` is only available in `gh-ost-on-interactive-command`
84
- `GH_OST_STATUS` is only available in `gh-ost-on-status`
85
+- `GH_OST_LAST_BATCH_COPY_ERROR` is only available in `gh-ost-on-batch-copy-retry`
86
87
### Examples
88
0 commit comments