aurweb/docker/health/postgres.sh
moson 141dccbfd9
feat: Switch to postgres
Migrate from MariaDB to PostgreSQL.

Signed-off-by: moson <moson@archlinux.org>
2023-12-12 19:24:56 +01:00

2 lines
45 B
Bash
Executable file

#!/bin/bash
exec su postgres -c 'pg_isready'