The postgres docker image we use isx86/amd64, to make it work on M1/M2 Mac, we should use Arm Docker image Could you please update theposgres imageindocker-compose.ymltoimage: arm64v8/postgres:14-alpineand see if it works? Thx. ...
zabbix-docker-postgres-server-1 | zabbix-docker-postgres-server-1 | PostgreSQL Database directory appears to contain a database; Skippin zabbix-docker-postgres-server-1 | zabbix-docker-postgres-server-1 | 2023-11-17 19:12:09.525 UTC [1] LOG: starting PostgreSQL 15.5 on x8 zabbix-docker-pos...
-D /var/vmware/vpostgres/current/pgdata -h 172.18.50.48 -p 5432 -U repmgr -X stream --verbose --progress pg_basebackup: initiating base backup, waiting for checkpoint to complete And then it hangs indefinitely at this point. It makes no progress (0 CPU), so it is hanging on some typ...
@jonathon2nd Postgres 14 the secret I generate is templated - name: "{{ awx_postgres_secret_name }}" namespace: "{{ awx_namespace }}" type: Opaque data: host: "{{ postgres_host | b64encode }}" port: "{{ '5432' | b64encode }}" database: "{{ 'awx' | b64encode }}" userna...
I am testing a little udp server I created. In my test environment, I have a udp client that runs every 30 seconds and it sends a packet to the server. The server decodes packet and inserts data into postgresql database. There is absolut...
After running a load test against my postgres backed web application, the database didn't respond anymore for still unknown reasons. According to kubernetes it was up and running database-postgresql-1781528732-bvv40 2/2 Running 1 13d
IfNotPresent ports: - containerPort: 5000 env: - name: REDIS_HOST value: redis-cluster-ip-service - name: REDIS_PORT value: '6379' - name: PGUSER value: postgres - name: PGHOST value: postgres-cluster-ip-service - name: PGPORT value: '5432' - name: PGDATABASE value: postgres - ...