cancel
Showing results for 
Search instead for 
Did you mean: 

How to login the postgreSQL database

opusensemble
Champ in-the-making
Champ in-the-making
How can I access the postgreSQL database of alfresco after a standard installation in Windows Server 2008 R2.
Since during the installation I'm not asked for any PostgreSQL user ans pass, what should I use?

What should I fill in in the fields of the Navicat window below (provided that Alfresco is installed and running in the same server) in order to be able to see the database in PostreSQL?

1 REPLY 1

jpotts
World-Class Innovator
World-Class Innovator
Try "alfresco" for the database name, "alfresco" for the username, and "admin" for the password.

You can look in $INSTALL_DIR/tomcat/shared/classes/alfresco-global.properties and find the values for db.name, db.username, and db.password to be sure.

Jeff