Data base

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2017 01:16 AM
Hi team,
I would like to configure PostgreSQL on remote server ,It has to be connected with alfresco community, Database Installation and configuration is completed on remote server,and deleted some thing from global properties file, done some changes
The following is my global properties file
## Common Alfresco Properties #
###############################
alfresco.host=192.168.0.143
alfresco.port=8080
alfresco.protocol=http
share.host=192.168.0.143
share.port=8080
share.protocol=http
# The server mode. Set value here
# UNKNOWN | TEST | BACKUP | PRODUCTION
system.serverMode=UNKNOWN
ftp.port=21
alfresco.rmi.services.port=50500
ooo.exe=C:/ALFRES~1/LIBREO~1/App/libreoffice/program/soffice.exe
ooo.enabled=true
ooo.port=8100
img.root=C:\\alfresco-community\\imagemagick
img.coders=${img.root}\\modules\\coders
img.config=${img.root}
img.gslib=${img.root}\\lib
img.exe=${img.root}\\convert.exe
jodconverter.officeHome=C:/ALFRES~1/LIBREO~1/App/libreoffice
jodconverter.portNumbers=8100
alfresco_user_store.adminpassword=579da618cfbfa85247acf1f800a280a4
notification.email.siteinvite=false
dir.license.external=C:/ALFRES~1
index.subsystem.name=solr4
dir.keystore=${dir.root}/keystore
solr.host=localhost
solr.port.ssl=8443
security.anyDenyDenies=false
smart.folders.enabled=false
alfresco.jmx.connector.enabled=false
db.url=jdbc

db.driver=org.postgresql.Driver
db.username=alfresco
db.password=alfresco
db.name=alfresco
db.host=192.168.0.130
db.pool.max=400
- Labels:
-
Alfresco Content Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2017 06:36 AM
Simply start the server and see if it will start up - there are errors when it cannot connect to the DB. Also, the log output will state to which database Alfresco is connecting.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2017 06:52 AM
Hi,
Can you Check the mentioned global properties file,let me know whether its correct or not
