This commit is contained in:
Shawn Xie
2023-05-04 10:40:56 -04:00
parent 32ec321a4a
commit 2d7dcc2552

View File

@@ -40,4 +40,7 @@ you should copy your existing clio config somewhere and:
./clio_migrator <config path>
```
This migration will take a few hours to complete.
This migration will take a few hours to complete. After this completes, it is optional to perform a database verification to ensure the fields are migrated correctly, by running:
```
./clio_verifier <config path>
```