Skip to content

Commit d155948

Browse files
author
Shlomi Noach
committed
documenting --timestamp-old-table
1 parent 06c909b commit d155948

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

doc/command-line-flags.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,3 +130,7 @@ See `approve-renamed-columns`
130130
### test-on-replica
131131

132132
Issue the migration on a replica; do not modify data on master. Useful for validating, testing and benchmarking. See [testing-on-replica](testing-on-replica.md)
133+
134+
### timestamp-old-table
135+
136+
Makes the _old_ table include a timestamp value. The _old_ table is what the original table is renamed to at the end of a successful migration. For example, if the table is `gh_ost_test`, then the _old_ table would normally be `_gh_ost_test_del`. With `--timestamp-old-table` it would be, for example, `_gh_ost_test_20170221103147_del`.

0 commit comments

Comments
 (0)