Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SCMU: Ability to launch RavenDB Server on console, bypassing maintenance mode #4219

Open
ramonsmits opened this issue Jun 6, 2024 · 0 comments
Labels

Comments

@ramonsmits
Copy link
Member

ramonsmits commented Jun 6, 2024

Describe the feature.

Have an option in advanced settings to launch RavenDB Server on the console instead of as a child process to a ServiceControl instance in maintenance mode.

This makes it possible to connect to RavenDB Studio without requiring any Windows Service startup and/or shutdown timeout issues.

Workaround

You can also manually launch this by location the executable but this requires copy/pasting the correct file paths.

set APP_PATH=C:\Program Files (x86)\Particular Software\Particular.Audit
set DB_PATH=
set LOG_PATH=C:\ProgramData\Particular\ServiceControl\Particular.Audit\Logs
set DB_PATH=C:\ProgramData\Particular\ServiceControl\Particular.Audit\DB

Raven.Server.exe 
--License.Path="%APP_PATH%\Persisters\RavenDB\RavenLicense.json"
--Logs.Mode=Operations
--Indexing.NuGetPackagesPath="%DB_PATH%\Packages\NuGet"
--License.Eula.Accepted=True
--Setup.Mode=None 
--DataDir=%DB_PATH%
--Logs.Path=%LOG_PATH%
--ServerUrl=http://localhost:44445
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant