cancel
Showing results for 
Search instead for 
Did you mean: 

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

kranthi
Star Contributor
Star Contributor

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

Please guide me install.

3 REPLIES 3

cesarista
World-Class Innovator
World-Class Innovator

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.

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
World-Class Innovator
World-Class Innovator

That is not possible.

Each Alfresco instance needs its own database instance.