Console Output
15:05:38 [2025-11-14T15:05:38.459Z] + export PG_DB=****
15:05:38 [2025-11-14T15:05:38.460Z] + export PG_USER=****
15:05:38 [2025-11-14T15:05:38.460Z] + export POSTGRES_HOST=****
15:05:38 [2025-11-14T15:05:38.460Z] + export PGPASSWORD=****
15:05:38 [2025-11-14T15:05:38.460Z] + echo đ Checking if PostgreSQL server is running...
15:05:38 [2025-11-14T15:05:38.460Z] đ Checking if PostgreSQL server is running...
15:05:38 [2025-11-14T15:05:38.460Z] + docker exec **** pg_isready
15:05:38 [2025-11-14T15:05:38.460Z] + echo â
PostgreSQL server is running
15:05:38 [2025-11-14T15:05:38.460Z] â
PostgreSQL server is running
15:05:38 [2025-11-14T15:05:38.460Z] + echo âšī¸ Verifying database connection...
15:05:38 [2025-11-14T15:05:38.461Z] âšī¸ Verifying database connection...
15:05:38 [2025-11-14T15:05:38.461Z] + docker exec -e PGPASSWORD=**** **** psql -h localhost -U **** -d **** -c SELECT 1 as connection_test;
15:05:39 [2025-11-14T15:05:39.014Z] + echo â
Successfully connected to database **** as user ****
15:05:39 [2025-11-14T15:05:39.014Z] â
Successfully connected to database **** as user ****
15:05:39 [2025-11-14T15:05:39.014Z] + echo â
Database and user verification completed
15:05:39 [2025-11-14T15:05:39.014Z] â
Database and user verification completed