how to install multiple instances of alfresco with same MYSQL server .I am getting content Integration Error
Please guide me install.
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.
That is not possible.
Each Alfresco instance needs its own database instance.
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.