Skip to content

Commit

Permalink
Use embedded connection to security3.fdb instead of the employee alias
Browse files Browse the repository at this point in the history
Fixes #21
  • Loading branch information
Jacob Alberty committed Dec 6, 2017
1 parent cd1065d commit 1bf7b95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ if [ ! -f "${VOLUME}/system/security3.fdb" ]; then
echo "setting 'SYSDBA' password to '${ISC_PASSWORD}'"
fi

${PREFIX}/bin/isql -user sysdba employee <<EOL
${PREFIX}/bin/isql -user sysdba "${VOLUME}/system/security3.fdb" <<EOL

This comment has been minimized.

Copy link
@mrotteveel

mrotteveel Jan 25, 2020

Contributor

This change seems to break with the Firebird 3.0.5 image, causing error "Use of database at location /firebird/system/security3.fdb is not allowed by server configuration"

create or alter user SYSDBA password '${ISC_PASSWORD}';
commit;
quit;
Expand Down

0 comments on commit 1bf7b95

Please sign in to comment.