how to install multiple instances of alfresco with same MYSQL server.

cancel
Showing results for 
Search instead for 
Did you mean: 
kranthi
Active Member II

how to install multiple instances of alfresco with same MYSQL server.

how to install multiple instances of alfresco with same MYSQL server .I am getting content Integration Error

Please guide me install.

3 Replies
cesarista
Customer

Re: how to install multiple instances of alfresco with same MYSQL server.

Hi:

I'm not sure if I understand the question, but you only need to create several schemas (with different database names) in Mysql. And then each Alfresco should point to a different db.name and db.url in alfresco-global.properties

$ mysql -u root -p

create database alfresco52g-1 character set utf8

create database alfresco52g-2 character set utf8

create database alfresco52g-3 character set utf8

 

Regards.

--C.

kranthi
Active Member II

Re: how to install multiple instances of alfresco with same MYSQL server.

I want to install alfresco in multiple instances with single mysql database schema.

Like alfresco52g-1  is mysql schema, if I install alfresco A's-system with that schema it will create tables in that schema and Again if I try to install B's-system with same schema getting error like content integration error:system could not found data.

douglascrp
Advanced II

Re: how to install multiple instances of alfresco with same MYSQL server.

That is not possible.

Each Alfresco instance needs its own database instance.