You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to convert a cleveldb to a goleveldb, the tool does not do any conversion. It detects an incorrect source database type and thinks the source is of type goleveldb. It then attempts to convert goleveldb -> goleveldb. Since they are the same type, no work is performed.
Version
1.13.0
Steps to Reproduce
Have your home directory use cleveldb for data.
Have your home directory's config.toml configured for cleveldb.
Run the dbmigrator for goleveldb. dbmigrate goleveldb --home xyz
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate contributors tagged
Contributor assigned/self-assigned
The text was updated successfully, but these errors were encountered:
Summary of Bug
When attempting to convert a
cleveldb
to agoleveldb
, the tool does not do any conversion. It detects an incorrect source database type and thinks the source is of typegoleveldb
. It then attempts to convertgoleveldb
->goleveldb
. Since they are the same type, no work is performed.Version
1.13.0
Steps to Reproduce
dbmigrate goleveldb --home xyz
For Admin Use
The text was updated successfully, but these errors were encountered: