Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DBMigrator tool cannot convert cleveldb -> goleveldb #1257

Closed
4 tasks
Taztingo opened this issue Dec 9, 2022 · 0 comments · Fixed by #1258
Closed
4 tasks

DBMigrator tool cannot convert cleveldb -> goleveldb #1257

Taztingo opened this issue Dec 9, 2022 · 0 comments · Fixed by #1258
Assignees
Milestone

Comments

@Taztingo
Copy link
Contributor

Taztingo commented Dec 9, 2022

Summary of Bug

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

  1. Have your home directory use cleveldb for data.
  2. Have your home directory's config.toml configured for cleveldb.
  3. 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging a pull request may close this issue.

1 participant