yandex-qatools / postgresql-embedded

Embedded PostgreSQL Server
Other
493 stars 90 forks source link

Problem with running postgres on Windows with low preveligies #62

Open VladSergeev opened 7 years ago

VladSergeev commented 7 years ago

Hello. I saw issue: https://github.com/yandex-qatools/postgresql-embedded/issues/28 I have same problem. I tryed to configure it myself using pg_ctl java API from your library but it does not work. I have checked out your project and have started a test with pg_ctl localy. That show me same error as i have in my own project.

I attach a file of your test console log.

I have tryed to start it manually and it works fine.

embedded_postgres.txt

smecsia commented 7 years ago

I'm going to setup windows based builds for this project soon. But currently I cannot test it under Windows. What's your Windows version?

VladSergeev commented 7 years ago

I am sorry that I answer so late. Developer computers have version Windows 7. Our CI\CD service are under Linux.