We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 262d09f commit 2f3d6fdCopy full SHA for 2f3d6fd
src/packages/src/xroad/ubuntu/generic/xroad-center.preinst
@@ -12,6 +12,11 @@ if [ "$1" = "upgrade" ]; then
12
source /usr/share/xroad/scripts/_read_cs_db_properties.sh
13
prepare_db_props
14
15
+ # Reading custom libpq ENV variables
16
+ if [ -f /etc/xroad/db_libpq.env ]; then
17
+ source /etc/xroad/db_libpq.env
18
+ fi
19
+
20
psql_query() {
21
local query=$1
22
PGDATABASE="$db_database" PGUSER="$db_user" PGPASSWORD="$db_password" \
0 commit comments