-
Notifications
You must be signed in to change notification settings - Fork 28
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
Multiple installations of the same database version #32
Comments
This can already be done with different |
I'm rather sick right now and my brain isn't working as well as it could be :) If I use
An that clearly uses a different data directory? |
Well, using
will build
will build |
Should this issue be closed? Is PGENV_ROOT the proper solution? |
@Ovid did @fluca1978's suggestion solve the problem for you? |
@Ovid did you have a chance to check if |
My apologies. This is years ago and I completely forgot about this. I would suggest closing the ticket. My apologies for the delay. In particular, we've largely switched to Docker and issues like this are no longer an issue. |
It would be very nice to install the same version of PostgreSQL more than once.
Workflow:
pgenv build-duplicate 9.6.2
(creates a9.6.2-v$version
if it's not the first one)pgenv alias veure 9.6.2-v$version
(General suggestions (can break into separate tickets) #31)bin/setup/install-sqitch
sqitch deploy
This would likely require separate data directories to be really useful.
The text was updated successfully, but these errors were encountered: