Skip to content

Commit

Permalink
Start PG service
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 committed Oct 29, 2024
1 parent 7caa952 commit e4d3108
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/actions/deploy_gcloud/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,11 @@ runs:
sudo mkdir /cloudsql
sudo chown runner:runner /cloudsql
# Start PSQL service
systemctl start postgresql
# Check PSQL status
systemctl status postgresql.service
pg_lsclusters
systemctl status postgresql
# Start Cloud SQL Proxy and migrate
/tmp/cloud_sql_proxy -dir=/cloudsql &
Expand Down

0 comments on commit e4d3108

Please sign in to comment.