You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{"severity":"Info","timestamp":"2022-11-17T16:50:51.913915825Z","thread":"15","message":{"Database":{"tag":"DatabaseCurrentVersion","currentVersion":9}},"version":"v2.2.0"}
{"severity":"Warning","timestamp":"2022-11-17T16:50:51.914228606Z","thread":"15","message":{"Database":{"tag":"DatabaseDeferIndexes","warning":"Creation of lookup indexes has been deferred: synchronization will be faster but many queries will also be a lot longer. Consider installing indexes once synchronization is done to speed up queries."}},"version":"v2.2.0"}
{"severity":"Error","timestamp":"2022-11-17T16:50:51.914394811Z","thread":"15","message":{"Configuration":{"tag":"ConfigurationInvalidOrMissingOption","hint":"Configuration patterns are different from previously known patterns. Restarting a running server using different command-line patterns is not allowed for it may likely be an error. If you do intent do dynamically manage patterns, please use the HTTP API instead of the command-line options."}},"version":"v2.2.0"}
kupo: ConflictingOptionsException "Configuration patterns are different from previously known patterns. Restarting a running server using different command-line patterns is not allowed for it may likely be an error. If you do intent do dynamically manage patterns, please use the HTTP API instead of the command-line options."
The issue seems to be the duplicated pattern. After removing it, the second time starts fine.
What should be the expected behavior?
Some more useful error message ;)
The text was updated successfully, but these errors were encountered:
What Git revision are you using? release v2.2.0
What operating system are you using, and which version?
Describe what the problem is?
I run
twice. The second time I get
The issue seems to be the duplicated pattern. After removing it, the second time starts fine.
What should be the expected behavior?
Some more useful error message ;)
The text was updated successfully, but these errors were encountered: