10-12-2011 11:32 AM
10-12-2011 02:42 PM
10-12-2011 03:03 PM
01-05-2012 02:21 PM
01-07-2012 09:08 AM
01-11-2012 12:59 PM
07-30-2012 02:46 AM
Very interesting but where do you get the postgres password after a fresh install of alfresco ? (I mean on Windows )
Edit: Ok forget it I've found it…
10-26-2012 10:10 AM
db.driver=org.postgresql.Driver
db.username=alfresco
db.password=mysecret
db.name=alfresco
db.url=jdbc:postgresql://localhost:5432/${db.name}
You also have to supply the 'postgres' username to the psql command.psql -U postgres < pg_dumpall.sql
Password for user postgres: mysecret
psql -U alfresco
Password for user alfresco: mysecret
01-18-2013 11:29 AM
01-22-2013 12:09 PM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.