Skip to content

Commit

Permalink
reload postgres config without restart
Browse files Browse the repository at this point in the history
  • Loading branch information
croyfish committed Nov 12, 2024
1 parent 11646d8 commit 9169cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
run: |
docker exec ${{ job.services.postgres.id }} bash -c "psql -U postgres -c 'ALTER SYSTEM SET shared_buffers TO 65536;'"
docker exec ${{ job.services.postgres.id }} bash -c "psql -U postgres -c 'ALTER SYSTEM SET work_mem TO 4096;'"
docker restart ${{ job.services.postgres.id }}
docker exec ${{ job.services.postgres.id }} bash -c "psql -U postgres -c 'SELECT pg_reload_conf();'"
- name: Set up MySQL
run: |
Expand Down

0 comments on commit 9169cce

Please sign in to comment.