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.
Thêm nhận xét
Please log in or register to submit a comment.