[bug]:Error opening postgres graph DB: unknown database type #8290
-
BackgroundTrying to configure LND with postgres as the db backend results in an error: unable to open databases: unable to obtain database backends: error opening postgres graph DB: unknown database type. Environment
Steps to reproduceInstalled LND following the steps on INSTALL.md: git clone https://github.com/lightningnetwork/lnd
git clone https://github.com/lightningnetwork/lnd The configuration includes the following: [db] [postgres] The config file or the postgresSQL set up does not seem to be the issue as passing this same configuration to the LND docker build tagged:v0.17.3-beta works perfectly with the following results: 2023-12-18 16:57:26.096 [INF] LTND: Opening the main database, this might take a few minutes... Expected behaviourLND to successfully start and connect to postgres or giving detailed error like failing to reach postgres Actual behaviourLND shuts down with the outcome: 2023-12-18 16:01:44.805 [INF] LTND: Opening the main database, this might take a few minutes... unable to open databases: unable to obtain database backends: error opening postgres graph DB: unknown database type |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Can you try with |
Beta Was this translation helpful? Give feedback.
Can you try with
make release-install
which automatically includes all production build tags?