• Can the elastic search work on a clustered search node?

    config.php accepts an array of Elasticsearch nodes. Can we enter each node separately within that element and have sugar handle node availability on its own? If not then is fronting the ES cluster with a load balnacer an acceptable alternative? We are…
  • why doesn't work the 'include(config.php)'?

    Hello everybody I am sending data by ajax from a custom module to make inquiries with the data sent, so I include a connectionDB.php with this data: include('config.php'); $db_host_name=$sugar_config[dbconfig][db_host_name]; $db_user_name=$sugar_config…
  • sugar_config in sidecar

    Is access to the config settings available in sidecar? I need to use an api key kept in the configuration.
  • Unable to have upload directory outside webroot

    Do you know if having upload files on an HDD instead of an SSD would noticeably reduce SugarCRM performance? For some SugarCRM instances the upload directory is massive so it sounds good to move it to a storage with a focus on volume rather than Read…