If you have multiple Deskpro installations on the same server, and you want to use Elasticsearch with them, you must add this to the bottom of the config.php file for each instance:
define('DP_ELASTIC_INDEX', DP_DATABASE_NAME);
This prevents both instances trying to use the same ES index.
Добави коментар
Моля, логнете се или се регистрирайте, за да оставите коментар.