Skip to content

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