Infos:
- Used Zammad version: 6.2.0-1713335465.b27a0d24.centos8
- Used Zammad installation type: Package
- Operating system: Rocky Linux 8.10
- Browser + version: Any
Expected behavior:
- Upgrade to 6.3.1-1717174492.3b75df1e.centos8
Actual behavior:
Preparing : 1/1
Running scriptlet: zammad-6.3.1-1717174492.3b75df1e.centos8.x86_64 1/2
/tmp/tmp.wahOgCXkOk: line 36: pg_isready: command not found
!!! ERROR !!!
Your database does not seem to be online!
Please check your configuration in config/database.yml and ensure the configured database server is online.
Steps to reproduce the behavior:
- sudo yum install zammad
Additional info
I have added the bin path to PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin:/usr/pgsql-14/bin
pg_isready works when manual testing command
pg_isready (PostgreSQL) 14.12
[xxxx@xxxx tmp]# pg_isready -h localhost -p 5432
localhost:5432 - accepting connections