Wingetlywingetly
← All apps

Couchbase Server Enterprise Edition

by Couchbase Inc.v7.0.7031

Last updated

Couchbase Server is a simple, fast, elastic, open-source NoSQL database.

Install with winget

$ winget install --id Couchbase.ServerEnterprise --exact --version 7.0.7031

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Silent install command for Couchbase Server Enterprise Edition

Couchbase Server Enterprise Edition uses MSI (WiX). The silent install switches are /quiet /norestart.

One-line silent install (x64)
msiexec.exe /i couchbase-server-enterprise_7.0.3-windows_amd64.msi /quiet /norestart

See the full silent install reference for Couchbase Server Enterprise Edition

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

About

The Enterprise edition (EE) represents the latest, most stable, production-ready release of Couchbase Server. We recommend the Enterprise Edition binaries for commercial production systems running Couchbase Server. The Enterprise Edition contains some unique features that make it the best fit for production deployments running in data centers or a public cloud infrastructure. Use of EE in development and test environments is free. EE requires a paid subscription for production use. Our paid annual subscriptions for EE include a commercial license, better availability capabilities, enhanced security features, advanced tooling and higher performance and scale. It also includes technical support with service level commitments via our 24x7 support organization and hot fixes for releases. One important principle for CE and EE is to ensure full portability of applications between two editions. The capabilities ensure that an application running on EE should simply transition to CE without code changes and visa versa.

Installers · v7.0.7031

ArchitectureTypeScopeInstallDownload
x64MSI
WiX
-Direct

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

25 known CVEs via NVD

  • high7.6Fix in v7.2.7CVE-2025-46619affects before 7.2.7, 7.6.4Apr 30, 2025

    A security issue has been discovered in Couchbase Server before 7.6.4 and fixed in v.7.6.4 and v.7.2.7 for Windows that could allow unauthorized access to sensitive files. Depending on the level of privileges, this vulnerability may grant access to files such as /etc/passwd or /...

  • medium6.5Patched in wingetCVE-2024-56178affects >=7.6.0 and <=7.6.3Jan 27, 2025

    An issue was discovered in Couchbase Server 7.6.x through 7.6.3. A user with the security_admin_local role can create a new user in a group that has the admin role.

  • medium6.1Fix in v7.2.6CVE-2024-25673affects before 7.2.6, 7.6.2Sep 19, 2024

    Couchbase Server 7.6.x before 7.6.2, 7.2.x before 7.2.6, and all earlier versions allows HTTP Host header injection.

  • medium5.9Fix in v7.2.5CVE-2024-37034affects before 7.2.5Jul 26, 2024

    An issue was discovered in Couchbase Server before 7.2.5 and 7.6.0 before 7.6.1. It does not ensure that credentials are negotiated with the Key-Value (KV) service using SCRAM-SHA when remote link encryption is configured for Half-Secure.

  • high7.5Fix in v7.1.5CVE-2023-43768affects before 7.1.5Mar 26, 2024

    An issue was discovered in Couchbase Server 6.6.x through 7.2.0, before 7.1.5 and 7.2.1. Unauthenticated users may cause memcached to run out of memory via large commands.

  • high7.5Fix in v7.2.4CVE-2024-23302affects before 7.2.4Feb 28, 2024

    Couchbase Server before 7.2.4 has a private key leak in goxdcr.log.

  • high8.6Fix in v7.2.4CVE-2023-50437affects before 7.2.4Feb 28, 2024

    An issue was discovered in Couchbase Server before 7.2.x before 7.2.4. otpCookie is shown with full admin on pools/default/serverGroups and engageCluster2.

  • medium5.3Patched in wingetCVE-2023-50436affects before 7.2.4Feb 28, 2024

    An issue was discovered in Couchbase Server before 7.2.4. ns_server admin credentials are leaked in encoded form in the diag.log file. The earliest affected version is 7.1.5.

Showing 8 of 25. Source: NVD, updated 5h ago. Patch status is best-effort: NVD's fix version is compared against the latest version in winget, but the two version formats don't always align. Confirm with the vendor advisory before treating any specific build as safe.

See a CVE that affects your fleet? Push the patched version to Intune in one click with Pckgr - automated patching is the only way to keep up.

Related apps

  • Couchbase Server Community EditionCouchbase Inc.
    Couchbase.ServerCommunityv8.0.5503

    Distributed NoSQL database server.

  • Microsoft ODBC Driver 18 for SQL ServerMicrosoft Corporation
    Microsoft.msodbcsql.18v18.6.2.1

    The stand-alone ODBC drivers providing an application programming interface (API) that implements the standard ODBC interfaces to Microsoft SQL Server.

  • Microsoft SQL Server Management StudioMicrosoft Corporation
    Microsoft.SQLServerManagementStudiov20.2.1

    SQL Server Management Studio (SSMS) is an integrated environment for managing any SQL infrastructure

  • S
    SSMS Tools PackMladen Prajdic
    MladenPrajdic.SSMSToolsPackv7.2.1.0

    A Microsoft SQL Server Management Studio (SSMS) add-in extension that dramatically increases your productivity with well-integrated, easy to use features.

  • Microsoft SQL Server 2022 ExpressMicrosoft Corporation
    Microsoft.SQLServer.2022.Expressv16.0.1000.6

    SQL Server 2022 Express is a free edition of SQL Server, ideal for development and production for desktop, web, and small server applications.

  • DBeaverDBeaver Corp
    DBeaver.DBeaver.Communityv26.2.0

    Free Universal Database Tool

More from Couchbase Inc. or browse couchbase, nosql, sql.

Frequently asked questions

How do I install Couchbase Server Enterprise Edition on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id Couchbase.ServerEnterprise --exact --version 7.0.7031. winget downloads the installer from Couchbase Inc. and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install Couchbase Server Enterprise Edition silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id Couchbase.ServerEnterprise --exact 7.0.7031 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for Couchbase Server Enterprise Edition?
Couchbase Server Enterprise Edition uses MSI (WiX). Run the downloaded installer with: msiexec.exe /i couchbase-server-enterprise_7.0.3-windows_amd64.msi /quiet /norestart. The silent switches are /quiet /norestart.
How do I uninstall Couchbase Server Enterprise Edition via winget?
Run: winget uninstall --id Couchbase.ServerEnterprise --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from Couchbase Server Enterprise Edition's Apps & Features entry.
Is Couchbase Server Enterprise Edition free?
Couchbase Server Enterprise Edition is distributed under Copyright (c) Couchbase, Inc.. Refer to the publisher (https://www.couchbase.com/downloads?family=couchbase-server) for the full license terms - Wingetly itself does not charge for installation.
Does Couchbase Server Enterprise Edition work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls Couchbase Server Enterprise Edition directly from the publisher.
How do I keep Couchbase Server Enterprise Edition up to date?
Run winget upgrade --id Couchbase.ServerEnterprise --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of Couchbase Server Enterprise Edition from microsoft/winget-pkgs.