akeneo / pim-community-dev

[Community Development Repository] The open source Product Information Management (PIM)
http://www.akeneo.com
Other
952 stars 515 forks source link

doctrine Apc cache conflict with other Akeneo/Symfony installations #9334

Open ankit-sf opened 5 years ago

ankit-sf commented 5 years ago

I'm reporting a Bug / Suggestion

Use case: We are using more than 2 Akeneo/Symfony application on the same server. some Akeneos are of different version.

Problem Faced Doctrine cache of these instances conflict with each other. show 500 Internal server error.

because all akeneo instances uses cache_provider: pim

It would be better, if there is way to define prefix, namespace for doctrine cache for each project.

Please tell if there is any other recommended way to manage this.

ankit-sf commented 5 years ago

I have created PR for this, if it helps.