Describe the bug
Description
When manually configuring an instance to use "external ravendb" and then upgrading that instance the installer adds settings
<add key="ServiceControl.Audit/DBPath"
value="C:\ProgramData\Particular\ServiceControl.Audit\localhost-44744"
/>
This conflicts with external more and results in the instance to no longer start.
Expected behavior
Ability to perform an upgrade on Windows when an instance is configured to use "external ravendb".
Actual behavior
Updating an "external ravendb" instance causes the instance to no longer start.
Versions
6.5.0
Steps to reproduce
- Add instance with older version (for example 6.4.0)
- Modify it to use "external ravendb"
- Upgrade to a newer version (for example 6.5.0)
Observe the instance no longer starting due to the adding of ServiceControl.Audit/DBPath.
Relevant log output
Additional Information
Workarounds
modify config and remove ServiceControl.Audit/DBPath setting
Describe the bug
Description
When manually configuring an instance to use "external ravendb" and then upgrading that instance the installer adds settings
This conflicts with external more and results in the instance to no longer start.
Expected behavior
Ability to perform an upgrade on Windows when an instance is configured to use "external ravendb".
Actual behavior
Updating an "external ravendb" instance causes the instance to no longer start.
Versions
6.5.0
Steps to reproduce
Observe the instance no longer starting due to the adding of
ServiceControl.Audit/DBPath.Relevant log output
Additional Information
Workarounds
modify config and remove
ServiceControl.Audit/DBPathsetting