Skip to content
Snippets Groups Projects
Commit b31642d2 authored by Mario Wenzel's avatar Mario Wenzel
Browse files

added timeout setting

parent 7b4a2928
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
set -e
psql -v ON_ERROR_STOP=1 --username "$POSTGRES_USER" --dbname "$POSTGRES_DB" <<-EOSQL
ALTER SYSTEM SET statement_timeout = 10000;
EOSQL
done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment