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 a45a96d commit 2667e0cCopy full SHA for 2667e0c
cmd/cronosd/cmd/migrate_db.go
@@ -234,7 +234,7 @@ Examples:
234
fmt.Println("2. Verify the migration was successful")
235
fmt.Println("3. Migrated databases are located at:")
236
for _, dbName := range dbNames {
237
- fmt.Printf(" %s/data/%s.db.migrate-temp\n", targetHome, dbName)
+ fmt.Printf(" %s/data/%s.migrate-temp.db\n", targetHome, dbName)
238
}
239
fmt.Println("4. Replace the original databases with the migrated ones")
240
fmt.Println("5. Update your config.toml to use the new backend type")
0 commit comments