lightninglabs / lightninglabs/lndinit
Support etcd migration to SQL.
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 37
- Forks
- 18
- Avg merge
- 1h 30m
- Merged PRs (30d)
- 1
Description
The current version of the tool only supports the migration from BBOLT to SQL (SQLITE or POSTGRES) however we also support the backend `etcd` in LND. We should also support the migration of the `etcd` backend to SQL.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the existing BBOLT-to-SQL migration path in lndinit and the LND configuration for the etcd backend. Compare the current SQLite and Postgres migration behavior with the etcd storage format, then verify that an etcd-backed setup can migrate successfully to both supported SQL backends.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, postgres, sql, sqlite
- Domain
- backend, databases
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100