This repository has been archived by the owner on May 12, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 90
How to run this on a buildserver through jenkins (postmaster.pid does not exist)? #155
Comments
Can you show your configuration? How exactly do you set folder? |
Getting this problem as well |
Similar issue under Jenkins in Windows environment. Initialization is made using following code (it runs with no problem from console using same build script):
Log output
It could be an issue of privileged execution, but there is a lack of diagnostics information to confirm. |
After several days of debugging it was really privileged execution issue. To solve it I used pg_ctl to start PostgeSQL under Jenkins in Windows node. The example of using PgCtl can be found in Please note there several issues with this approach:
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Locally, everything works fine, but I need to be able to run this on a buildserver with jenkins. The server is not owned by us, and we do not have access to it, except through jenkins.
The EmbeddedPostgres is created with target/database as dataDir. This works locally.
For jenkins though, I get:
Any ideas how to get this to work?
The text was updated successfully, but these errors were encountered: