View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000677 | Other Unix Port | Bug | public | 2018-05-09 23:09 | 2018-05-13 18:50 |
| Reporter | ggamba | Assigned To | |||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | new | Resolution | open | ||
| Summary | 0000677: Can't initialize postgresql database with ver. 9.66 | ||||
| Description | The script that worked fine with 9.06 for dbase initialization, doesn't work anymore with 9.66, with the following error: ... running bootstrap script ... LOG: 00000: invalid binary "E:/pgsql/bin/"E:/pgsql/bin/postgres.exe" LOCATION: find_my_exec, exec.c:146 LOG: 00000: invalid binary "E:/pgsql/bin/"E:/pgsql/bin/postgres.exe" LOCATION: find_my_exec, exec.c:146 FATAL: XX000: "E:/pgsql/bin/postgres.exe": could not locate my own executable path LOCATION: InitStandaloneProcess, miscinit.c:236 child process exited with exit code 1 ... full transcripts of running scripts for both ver. 9.06 and 9.66 are attached. Maybe is just something wrong in my script? | ||||
| Tags | No tags attached. | ||||
|
|
906.log (1,619 bytes) 966.log (1,706 bytes) |
|
|
It seems something is changed in the initdb procedure? While 9.06 passed happily the "creating template1 database in e:/data/base/1" line, the corresponding "running bootstrap script" line in 9.66 fails. |
|
|
what build of 9.6.6? http://smedley.id.au/tmp/postgresql-9.6.6-os2-20180101.zip |
|
|
www.dropbox.com/s/8hkit4gq4b8kedt/postgresql-9.6.6-os2-20180103.zip |