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
Copy file name to clipboardExpand all lines: docs/server/quick-start/installation.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -288,6 +288,17 @@ sc.exe start "KurrentDB"
288
288
289
289
Logs will still be written to the usual log file location. By default on windows this is the `logs` directory within the directory that contains `KurrentDB.exe`.
290
290
291
+
::: warning
292
+
In this version the the service restart policy does not guarantee that the service is running. If running as a Windows Service, we recommend configuring
293
+
the Windows Task Scheduler to start the service regularly (say, every 10 seconds), which will do nothing if the service is already running.
294
+
295
+
This is for two reasons, both of which we intend to address in a future version:
296
+
297
+
1. If the service shuts down gracefully, such as when going offline for truncation, it will be not be restarted by the policy.
298
+
2. If the service does not start within 30s (by default), it will not be restarted by the policy. The 'start' that the service manager is looking for
299
+
usually only takes a second or two, and is not related to the size of the database, but none the less there is some risk of timeout.
300
+
:::
301
+
291
302
## Docker
292
303
293
304
You can run KurrentDB in a Docker container as a single node, using insecure mode. It is useful in most
0 commit comments