Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -206,11 +206,9 @@ include::third-party:partial$nav.adoc[]
** xref:install:deployment-considerations-lt-3nodes.adoc[Two-Node and Single-Node Clusters]
* xref:install:install-intro.adoc[Installation]
** xref:install:install-linux.adoc[Install on Linux]
*** xref:install:rhel-suse-install-intro.adoc[Red Hat]
*** xref:install:rhel-suse-install-intro.adoc[Red Hat, Oracle Linux, or Amazon Linux]
*** xref:install:ubuntu-debian-install.adoc[Ubuntu & Debian]
*** xref:install:install_suse.adoc[SUSE Enterprise]
*** xref:install:install-oracle.adoc[Oracle Enterprise]
*** xref:install:amazon-linux2-install.adoc[Amazon Linux 2]
*** xref:install:non-root.adoc[Non-Root Install and Upgrade]
** xref:install:install-package-windows.adoc[Install on Windows]
** xref:install:macos-install.adoc[Install on macOS]
Expand Down
73 changes: 0 additions & 73 deletions modules/install/pages/amazon-linux2-install.adoc

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Therefore, continue to monitor the RAM and CPU use of your arbiter node, especia

=== Metadata Management

In Couchbase Server 7.0+, metadata is managed by means of _Chronicle_; which is a _consensus-based_ system, based on the https://raft.github.io/[Raft^] algorithm.
In Couchbase Server 7.0 or a later version, metadata is managed by means of _Chronicle_; which is a _consensus-based_ system, based on the https://raft.github.io/[Raft^] algorithm.
Due to the strong consistency with which topology-related metadata is thus managed, in the event of a _quorum failure_ (meaning, the unresponsiveness of at least half of the cluster's nodes -- for example, the unresponsiveness of one node in a two-node cluster), no modification of nodes, buckets, scopes, and collections can take place until the quorum failure is resolved.


Expand Down
16 changes: 6 additions & 10 deletions modules/install/pages/install-linux.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,18 @@

== Supported Linux Platforms

Couchbase Server can be installed and run on Red Hat-based distributions, Ubuntu, Debian, SUSE Enterprise, Oracle Enterprise, and Amazon Linux.
Couchbase Server can be installed and run on Red Hat-based distributions, Oracle Enterprise, Amazon Linux, Ubuntu, Debian, and SUSE Enterprise.

The following procedures use Couchbase packages, and require the user who performs the install to have _root_ or _sudo_ privileges:
The following procedures use Couchbase packages, and require the user who performs the install to have root or sudo privileges:

* xref:install:rhel-suse-install-intro.adoc[Install on Red Hat-based distributions].
* xref:install:rhel-suse-install-intro.adoc[Install on Red Hat-based distributions, Oracle Linux, or Amazon Linux].

* xref:install:ubuntu-debian-install.adoc[Install on Ubuntu and Debian].

* xref:install:install_suse.adoc[Install on SUSE Enterprise].

* xref:install:install-oracle.adoc[Install on Oracle Enterprise].

* xref:install:amazon-linux2-install.adoc[Install on Amazon Linux 2].

Additionally, a _non-package-based_ install is performed on all the above platforms.
Unlike the package-based install, this does _not_ require root or sudo privileges.
Additionally, a non-package-based install is performed on all the above platforms.
Unlike the package-based install, this does not require root or sudo privileges.
After the non-package-based install, the same user can stop, start, and get status on the server; and can also perform upgrade.

The non-package-based procedure is the same for all the above platforms: see xref:install:non-root.adoc[Non-Root Install and Upgrade] for detailed information.
The non-package-based procedure is the same for all the above platforms: see xref:install:non-root.adoc[Non-Root Install and Upgrade] for detailed information.
193 changes: 0 additions & 193 deletions modules/install/pages/install-oracle.adoc

This file was deleted.

9 changes: 8 additions & 1 deletion modules/install/pages/install-package-windows.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,16 @@ cd C:\Users\customer\Downloads

. Start the Couchbase-Server install wizard; by using the `call` command, and specifying the `.msi` file that you have downloaded:
+
[.source,shell]
----
call couchbase-server-enterprise_<version_number>-<build_number>-windows_amd64.msi
----
+
The following is only an example:
+
[source,shell]
----
call couchbase-server-enterprise_7.1.0-windows_amd64.msi
call couchbase-server-enterprise_8.0.0-3777-windows_amd64.msi
----
+
The install wizard now appears:
Expand Down
Loading
Loading