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
ledgersmb-admin fails to use $HOME/.ledgersmb-admin.conf for the connection parameters and tries to connect using the user as root.
This is in the LSMB docker install. Not dev-docker.
The error is:
root@5d2a327db6cd:/srv/ledgersmb# cat $HOME/.ledgersmb-admin.conf
connect_data:
username: postgres
password: abc
company: example_inc
root@5d2a327db6cd:/srv/ledgersmb# cat templates/demo/display_report.html | bin/ledgersmb-admin template load postgres:5432/example_inc display_report html
2025/01/17 20:59:54 Could not connect to database: connection to server at "postgres" (172.18.0.2), port 5432 failed: FATAL: password authentication failed for user "root"
Could not connect to database: connection to server at "postgres" (172.18.0.2), port 5432 failed: FATAL: password authentication failed for user "root" at lib/LedgerSMB/Admin/Command/template.pm line 205.
The text was updated successfully, but these errors were encountered:
When trying the following to upgrade 1.12 templates:
ledgersmb-admin fails to use
$HOME/.ledgersmb-admin.conf
for the connection parameters and tries to connect using the user as root.This is in the LSMB docker install. Not dev-docker.
The error is:
The text was updated successfully, but these errors were encountered: