Hi All,
I would like to share a scenario i encountered related to the Veeam SQL Plugin communication port and gather feedback from the community.
By default, the Veeam SQL Plugin uses port 6791 for communication. In one of our customer environments, this port was already in use by another component (Elastic Agent), which caused a port conflict.

As a workaround, we were able to change the SQL Plugin communication port by creating a custom configuration XML file.
Workaround Implemented
We created the following XML file:
File name:veeam_common_config.xml
Location:
C:\Program Files\Veeam\Plugins\Microsoft SQL
Content of the XML file:
XML
<Config>
<PluginParameters minPluginManagerPort="6792">
</PluginParameters>
</Config>
Show more lines
This allowed us to move the SQL Plugin communication to a different port (in this case 6792) and avoid the conflict with the Elastic Agent already using port 6791.
Discussion Points / Questions
- Are there any known limitations or upgrade considerations when using
veeam_common_config.xmlfor this purpose?
Appreciate it if you could share your experiences or best practices around this scenario.
