11-18-2017 12:02 PM
how to install multiple instances of alfresco with same MYSQL server .I am getting content Integration Error
Please guide me install.
11-20-2017 07:57 AM
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.
11-20-2017 08:23 AM
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.
11-20-2017 02:29 PM
That is not possible.
Each Alfresco instance needs its own database instance.
Explore our Alfresco products with the links below. Use labels to filter content by product module.