lndinit
lndinit copied to clipboard
cloud infra tooling for lnd provisioning/unlocking
This is work in progress and NOT recommended to be used with production/mainnet data!
We should also support the migration from SQLITE to POSTGRES. People might start with a smaller node but later want to upgrade operations with a more reliable setup using POSTGRES....
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...
Right now when using `wait-ready`, we get periodic indication that LND is NOT ready, but then when LND is actually ready, it silently exits with exit code 0. Would like...
We need an equivalent of `wait-ready` for tapd and litd. For example, as it is right now, we can try to upload a tapd macaroon to kubernetes secrets and when...
An updated version of what I previously had in my `lnd` fork from way back when. Going to delete the `lnd` branch now, as this should be all that's currently...