-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add configurable postgres UID/GID #71
Conversation
It probably also affects OS X: #68 - most of the issues I saw when googling this were involving boot2docker and OS X, not Windows. |
And I don't have any of these to test ;) |
The only obvious issue is that the current postgres id/gid are 102/106, so anyone doing a |
Yeah, it looks like #73 will take care of this. |
Backward compatibility for already exported postgres exports
@jmchilton I forgot that we wanted to migrate the startup script to the ansible playrole: galaxyproject/ansible-galaxy-extras#12 |
@bgruening No need to prevent or slow your release based on that - I would like to do that some point but I don't have time this cycle. I'll make a note to update the ansible role to reflect this change though. |
@jmchilton ok, maybe I will find some time. |
@bgruening Absolutely - this looks great! |
add configurable postgres UID/GID
@bgruening: Sure, when's the next release? I won't have time to test this today, but if I haven't gotten back to you by the time you come by on the 10th then remind me then. |
No clue when the next release will be. But 5 days we have at least. |
decrease build time
This patch was provided by @chambm to fix the UID and GID of postgres. As far as I understood this will help in running this container with a Windows directory mounted into a VM that runs this container.
@chambm please provide more information as necessary.
I would appreciate any review and thoughts about this, especially if there are any concerns about backward compatibility.
@dpryan79, @kellrott, @jmchilton