[GH-ISSUE #134] the entrypoint script had an error #76

Closed
opened 2026-02-26 09:36:03 +03:00 by kerem · 5 comments
Owner

Originally created by @zhangguanzhang on GitHub (Nov 6, 2018).
Original GitHub issue: https://github.com/ONLYOFFICE/Docker-DocumentServer/issues/134

Originally assigned to: @agolybev on GitHub.

in file Docker-DocumentServer/run-document-server.sh
the line 197 should be

CREATEDB="$PSQL createdb $CONNECTION_PARAMS"
Originally created by @zhangguanzhang on GitHub (Nov 6, 2018). Original GitHub issue: https://github.com/ONLYOFFICE/Docker-DocumentServer/issues/134 Originally assigned to: @agolybev on GitHub. in file` Docker-DocumentServer/run-document-server.sh` the line 197 should be ```bash CREATEDB="$PSQL createdb $CONNECTION_PARAMS" ```
kerem 2026-02-26 09:36:03 +03:00
Author
Owner

@zhangguanzhang commented on GitHub (Nov 6, 2018):

and the line 201,the variable's name DB_NAME should be POSTGRESQL_SERVER_DB_NAME

<!-- gh-comment-id:436262940 --> @zhangguanzhang commented on GitHub (Nov 6, 2018): and the line 201,the variable's name `DB_NAME` should be `POSTGRESQL_SERVER_DB_NAME`
Author
Owner

@ShockwaveNN commented on GitHub (Nov 6, 2018):

@zhangguanzhang Hi, thank for second problem with DB_NAME, we agree it is not right and fixed it and it will be released as 5.2.4
But with createdb we don't quite understand. createdb is a separate linux command and provided by postgresql-client-common package and is present in Docker image

<!-- gh-comment-id:436278296 --> @ShockwaveNN commented on GitHub (Nov 6, 2018): @zhangguanzhang Hi, thank for second problem with `DB_NAME`, we agree it is not right and fixed it and it will be released as 5.2.4 But with `createdb` we don't quite understand. `createdb` is a separate linux command and provided by `postgresql-client-common` package and is present in Docker image
Author
Owner

@zhangguanzhang commented on GitHub (Nov 7, 2018):

I will try the createdb command aftersoon. but I think you are right

<!-- gh-comment-id:436483890 --> @zhangguanzhang commented on GitHub (Nov 7, 2018): I will try the `createdb` command aftersoon. but I think you are right
Author
Owner

@zhangguanzhang commented on GitHub (Nov 7, 2018):

I tried this,you are right.

<!-- gh-comment-id:436584161 --> @zhangguanzhang commented on GitHub (Nov 7, 2018): I tried this,you are right.
Author
Owner

@ShockwaveNN commented on GitHub (Nov 7, 2018):

I leave this issue opened until we release 5.2.4

<!-- gh-comment-id:436585756 --> @ShockwaveNN commented on GitHub (Nov 7, 2018): I leave this issue opened until we release 5.2.4
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Docker-DocumentServer-ONLYOFFICE#76
No description provided.