Skip to content
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

Made it work again with vagrant v2.3.7 and current postgres repo structure #10

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

wandt0n
Copy link

@wandt0n wandt0n commented Jul 30, 2024

Some fixes were necessary to make vagrant even run with this again

  • The configuration format used by vagrant changed
  • The location of the postgres PGP key changed (still resides on the previous domain though)
  • The files for postgres 9.4 were moved to the archive, making the links to them invalid

Lastly, I added the parameter "host_ip" to ensure that this testing env is only accessible through localhost

wandt0n added 4 commits July 30, 2024 22:09
This ensures that the server is only accessible to localhost (as it should be. It still uses postgres 9.4!)
To my knowledge (and testing), the port that should be used by the commands mentioned here is actually 5432
Updated it to work with the current repository structure of postgres
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant