Files
postgresql/post_upgrade.sh
T
2025-09-30 20:55:34 +03:00

6 lines
107 B
Bash

#!/bin/bash
if [ -d /srv/pgsql/data ]; then
/usr/bin/postgresql-check-db-dir /srv/pgsql/data || true
fi