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

Installation Guide: Incomplete postgres config info prevents installation. #2289

Closed
kcondon opened this issue Jun 25, 2015 · 2 comments
Closed
Assignees
Labels
Type: Bug a defect
Milestone

Comments

@kcondon
Copy link
Contributor

kcondon commented Jun 25, 2015

Two recent installations encountered issues completing installation due to incomplete postgres config info. It turns out not all the config info was copied over from v3.6. In particular, it only mentions the Unix sockets config needed by the installer but not the config needed for the app to communicate to the db:

At a minimum, if GlassFish is running on the same host, it will also need to allow password authentication on localhost. So you will need to modify the “host all all 127.0.0.1” line in your /var/lib/pgsq1/data/pg_hba.conf so that it looks like this:
host all all 127.0.0.1/32 password

There is more to add to this section not listed but refer to the postgres section of the v3.6 doc:
http://guides.dataverse.org/en/3.6.2/dataverse-installer-main.html#postgresql

Also, we never mention the password for the admin account here:
http://guides.dataverse.org/en/4.0/installation/installation-main.html

@scolapasta scolapasta modified the milestone: Candidates for 4.0.3 Jun 26, 2015
@scolapasta scolapasta modified the milestone: Candidates for 4.2 Jul 15, 2015
@mercecrosas mercecrosas modified the milestone: In Review Nov 30, 2015
@pdurbin
Copy link
Member

pdurbin commented Jan 28, 2016

I can't take any credit for fixing this because I suspect @landreev is the author of http://guides.dataverse.org/en/4.2.3/installation/prerequisites.html#configure-database-access-for-the-dataverse-application but I further refined this section in my pull request at #2895 which can be previewed at http://guides.dataverse.org/en/2884-install-guide-reorg/installation/prerequisites.html#configure-database-access-for-the-dataverse-application

In short I believe this has already been fixed in 4.2.3 or earlier. Passing to QA.

@pdurbin pdurbin modified the milestones: 4.3, Not Assigned to a Release Jan 28, 2016
@kcondon
Copy link
Contributor Author

kcondon commented Feb 2, 2016

Yes, this was previously fixed. Closing.

@kcondon kcondon closed this as completed Feb 2, 2016
@pdurbin pdurbin modified the milestones: 4.2.4, 4.3 Feb 10, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug a defect
Projects
None yet
Development

No branches or pull requests

4 participants