From 40f69e1c9dfc8c2d2692931b1b6aa4d3232832b0 Mon Sep 17 00:00:00 2001 From: Gary Gray <137797428+ggray-cb@users.noreply.github.com> Date: Tue, 20 Aug 2024 16:24:43 -0400 Subject: [PATCH 1/3] Initial pass --- modules/install/pages/install-package-windows.adoc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/modules/install/pages/install-package-windows.adoc b/modules/install/pages/install-package-windows.adoc index 656f1731a7..0e3fd2a36c 100644 --- a/modules/install/pages/install-package-windows.adoc +++ b/modules/install/pages/install-package-windows.adoc @@ -15,8 +15,10 @@ If you're upgrading an existing installation of Couchbase Server, refer to xref: Couchbase Server works out-of-the-box with most OS configurations. However, the procedures on this page assume the following: -* You have _administrator privileges_. -These are required, for installing Couchbase Server on Windows. +* You must have administrator privileges to install Couchbase Server on Windows. +Once installed, Couchbase Server runs as a Windows Service using the Local System user's privileges. +A user must have sufficient privileges to start the Couchbase Server Windows Service after installation. +See Microsoft's Learn article https://learn.microsoft.com/en-us/troubleshoot/windows-server/windows-security/grant-users-rights-manage-services[How to grant users rights to manage services^]. * Your system meets the xref:pre-install.adoc[minimum requirements] and that your operating system version is xref:install-platforms.adoc[supported]. + From 45945173d40ac71c710700192093831a43ffdd5c Mon Sep 17 00:00:00 2001 From: Gary Gray <137797428+ggray-cb@users.noreply.github.com> Date: Tue, 20 Aug 2024 16:31:14 -0400 Subject: [PATCH 2/3] Updated wording --- modules/install/pages/install-package-windows.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/install/pages/install-package-windows.adoc b/modules/install/pages/install-package-windows.adoc index 0e3fd2a36c..babaa4c1a0 100644 --- a/modules/install/pages/install-package-windows.adoc +++ b/modules/install/pages/install-package-windows.adoc @@ -16,9 +16,9 @@ Couchbase Server works out-of-the-box with most OS configurations. However, the procedures on this page assume the following: * You must have administrator privileges to install Couchbase Server on Windows. -Once installed, Couchbase Server runs as a Windows Service using the Local System user's privileges. -A user must have sufficient privileges to start the Couchbase Server Windows Service after installation. -See Microsoft's Learn article https://learn.microsoft.com/en-us/troubleshoot/windows-server/windows-security/grant-users-rights-manage-services[How to grant users rights to manage services^]. +Once installed, Couchbase Server runs as a Windows Service using the Local System user account. +To start the Windows Service, you must either have administrator privileges or be granted sufficient privileges to start the service. +For more information, see Microsoft's https://learn.microsoft.com/en-us/troubleshoot/windows-server/windows-security/grant-users-rights-manage-services[How to grant users rights to manage services^]. * Your system meets the xref:pre-install.adoc[minimum requirements] and that your operating system version is xref:install-platforms.adoc[supported]. + From b57d8dd0b8b76f704daf599f0e9ae67fc4390599 Mon Sep 17 00:00:00 2001 From: Gary Gray <137797428+ggray-cb@users.noreply.github.com> Date: Mon, 16 Sep 2024 10:29:50 -0400 Subject: [PATCH 3/3] Mention starting and stopping the service. --- modules/install/pages/install-package-windows.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/install/pages/install-package-windows.adoc b/modules/install/pages/install-package-windows.adoc index babaa4c1a0..893252c0a0 100644 --- a/modules/install/pages/install-package-windows.adoc +++ b/modules/install/pages/install-package-windows.adoc @@ -17,7 +17,7 @@ However, the procedures on this page assume the following: * You must have administrator privileges to install Couchbase Server on Windows. Once installed, Couchbase Server runs as a Windows Service using the Local System user account. -To start the Windows Service, you must either have administrator privileges or be granted sufficient privileges to start the service. +To start or stop the Windows Service, your windows account must either have administrator privileges or be granted sufficient privileges to start the service. For more information, see Microsoft's https://learn.microsoft.com/en-us/troubleshoot/windows-server/windows-security/grant-users-rights-manage-services[How to grant users rights to manage services^]. * Your system meets the xref:pre-install.adoc[minimum requirements] and that your operating system version is xref:install-platforms.adoc[supported].