Replies: 1 comment
-
|
I am experiencing the same issue. it seems no postgres tools are installed in :latest user@server:~# sudo docker exec -it db-backup /bin/bash
[tiredofit/db-backup:4.1.99 09:51:32 /] $ find / -name pg_isready
[tiredofit/db-backup:4.1.99 09:51:54 /] $ find / -name pg_dump
[tiredofit/db-backup:4.1.99 09:52:02 /] $ find / -name pg_dumpall
[tiredofit/db-backup:4.1.99 09:52:07 /] $ find / -name psql
[tiredofit/db-backup:4.1.99 09:52:15 /] $However, read the changelog. Here's what I found.
It seems like the pg18 changes broke something. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have several containers, the backup is on the same network, but when trying to call the PostgreSQL host, I get an "unreachable hostname" error.
################################
Console log warning:
2026-06-01.13:47:44 [WARN] ** [01-svcwiki-banco__wiki] Postgres Host 'wiki-banco' is not accessible, retrying.. (10 seconds so far)
sudo: pg_isready: command not found
################################
Connect console container and this results:
[tiredofit/db-backup:4.1.99 13:48:50 /] $ ping wiki-banco
PING wiki-banco (10.0.4.247) 56(84) bytes of data.
64 bytes from 10.0.4.247: icmp_seq=1 ttl=64 time=0.608 ms
64 bytes from 10.0.4.247: icmp_seq=2 ttl=64 time=0.324 ms
64 bytes from 10.0.4.247: icmp_seq=3 ttl=64 time=0.133 ms
64 bytes from 10.0.4.247: icmp_seq=4 ttl=64 time=0.243 ms
64 bytes from 10.0.4.247: icmp_seq=5 ttl=64 time=0.162 ms
^C
--- wiki-banco ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 4102ms
rtt min/avg/max/mdev = 0.133/0.294/0.608/0.170 ms
Beta Was this translation helpful? Give feedback.
All reactions