Skip to content

Commit 7859715

Browse files
committed
HHH-17087 Fix DB2 setup for new image
1 parent ce19d96 commit 7859715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker_db.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ db2_11_5() {
232232
sleep 10
233233
OUTPUT=$($PRIVILEGED_CLI $CONTAINER_CLI logs db2 2>&1)
234234
done
235-
$PRIVILEGED_CLI $CONTAINER_CLI exec -t db2 su - orm_test bash -c ". /database/config/orm_test/sqllib/db2profile && /database/config/orm_test/sqllib/bin/db2 'connect to orm_test' && /database/config/orm_test/sqllib/bin/db2 'CREATE USER TEMPORARY TABLESPACE usr_tbsp MANAGED BY AUTOMATIC STORAGE'"
235+
$PRIVILEGED_CLI $CONTAINER_CLI exec -t db2 su - orm_test bash -c ". /database/config/orm_test/sqllib/db2profile; /database/config/orm_test/sqllib/bin/db2 'connect to orm_test'; /database/config/orm_test/sqllib/bin/db2 'CREATE USER TEMPORARY TABLESPACE usr_tbsp MANAGED BY AUTOMATIC STORAGE'"
236236
}
237237

238238
db2_10_5() {

0 commit comments

Comments
 (0)