Hi,
I have installed 1.3.5 version and i am going to upgrade to latest version.
I do these structures:
- cd ominicontacto/deploy/ansible
- git pull origin master
- change inventory file and just replace "#localhost" with my host name "voipiran.localdomain"
- save inventory file
- run: ./deploy.sh -u --iface=ens33
It goes for 1 min and got this error:
TASK [database : Create link of pg11 binaries in /usr/bin/] ************************************************************************************
changed: [voipiran.localdomain] => (item=psql)
changed: [voipiran.localdomain] => (item=pg_restore)
changed: [voipiran.localdomain] => (item=pg_dump)
TASK [database : Making backup of actual database] *********************************************************************************************
fatal: [voipiran.localdomain]: FAILED! => {
"changed": false,
"cmd": "/usr/bin/pg_dump omnileads --host=voipiran.localdomain --port=5432 --username=omnileads > /opt/omnileads/base_backup",
"rc": 1
}
MSG:
pg_dump: [archiver (db)] connection to database "omnileads" failed: FATAL: no pg_hba.conf entry for host "192.168.2.31", user "omnileads", database "omnileads", SSL off
PLAY RECAP *************************************************************************************************************************************
voipiran.localdomain : ok=50 changed=9 unreachable=0 failed=1 skipped=18 rescued=0 ignored=0