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
Importing db schema of ido-pgsql fails on debian systems
Notice: /Stage[main]/Icinga2::Feature::Idopgsql/Exec[idopgsql-import-schema]/returns: psql: FATAL: password authentication failed for user "icinga2"
Notice: /Stage[main]/Icinga2::Feature::Idopgsql/Exec[idopgsql-import-schema]/returns: FATAL: password authentication failed for user "icinga2"
Error: 'psql -h '127.0.0.1' -U 'icinga2' -p '5432' -d 'icinga2' -w -f /usr/share/icinga2-ido-pgsql/schema/pgsql.sql' returned 2 instead of one of [0]
Error: /Stage[main]/Icinga2::Feature::Idopgsql/Exec[idopgsql-import-schema]/returns: change from 'notrun' to ['0'] failed: 'psql -h '127.0.0.1' -U 'icinga2' -p '5432' -d 'icinga2' -w -f /usr/share/icinga2-ido-pgsql/schema/pgsql.sql' returned 2 instead of one of [0]
Possible Solution
use a response file like
icinga2-ido-pgsql icinga2-ido-pgsql/dbconfig-install boolean false
icinga2-ido-pgsql icinga2-ido-pgsql/enable boolean false
to prevent debian to configure the ido by dbconfig.
The text was updated successfully, but these errors were encountered:
Importing db schema of ido-pgsql fails on debian systems
Notice: /Stage[main]/Icinga2::Feature::Idopgsql/Exec[idopgsql-import-schema]/returns: psql: FATAL: password authentication failed for user "icinga2"
Notice: /Stage[main]/Icinga2::Feature::Idopgsql/Exec[idopgsql-import-schema]/returns: FATAL: password authentication failed for user "icinga2"
Error: 'psql -h '127.0.0.1' -U 'icinga2' -p '5432' -d 'icinga2' -w -f /usr/share/icinga2-ido-pgsql/schema/pgsql.sql' returned 2 instead of one of [0]
Error: /Stage[main]/Icinga2::Feature::Idopgsql/Exec[idopgsql-import-schema]/returns: change from 'notrun' to ['0'] failed: 'psql -h '127.0.0.1' -U 'icinga2' -p '5432' -d 'icinga2' -w -f /usr/share/icinga2-ido-pgsql/schema/pgsql.sql' returned 2 instead of one of [0]
Possible Solution
use a response file like
icinga2-ido-pgsql icinga2-ido-pgsql/dbconfig-install boolean false
icinga2-ido-pgsql icinga2-ido-pgsql/enable boolean false
to prevent debian to configure the ido by dbconfig.
The text was updated successfully, but these errors were encountered: