Skip to content

Commit cb84668

Browse files
committed
Updated cb version number in install pages
1 parent 1b53b26 commit cb84668

9 files changed

Lines changed: 108 additions & 34 deletions

modules/ROOT/nav.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ include::third-party:partial$nav.adoc[]
210210
*** xref:install:ubuntu-debian-install.adoc[Ubuntu & Debian]
211211
*** xref:install:install_suse.adoc[SUSE Enterprise]
212212
*** xref:install:install-oracle.adoc[Oracle Enterprise]
213-
*** xref:install:amazon-linux2-install.adoc[Amazon Linux 2]
213+
*** xref:install:amazon-linux2-install.adoc[Amazon Linux 2023]
214214
*** xref:install:non-root.adoc[Non-Root Install and Upgrade]
215215
** xref:install:install-package-windows.adoc[Install on Windows]
216216
** xref:install:macos-install.adoc[Install on macOS]

modules/install/pages/amazon-linux2-install.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
= Install Couchbase Server on Amazon Linux 2
2-
:description: Couchbase Server can be installed on Amazon Linux 2 for production and development use-cases. \
1+
= Install Couchbase Server on Amazon Linux 2023
2+
:description: Couchbase Server can be installed on Amazon Linux 2023 for production and development use-cases. \
33
Root and non-root installations are supported.
44
:page-edition: Enterprise Edition
55
:tabs:
66

77
[abstract]
88
{description}
99

10-
Amazon Linux 2 is supported with Couchbase Server 6.0.1+.
10+
Amazon Linux 2023 is supported with Couchbase Server 6.0.1+.
1111
See xref:install-platforms.adoc[Supported Operating Systems] for details.
1212

13-
Use the instructions on this page to install Couchbase Server on Amazon Linux 2 using Couchbase-provided RPM packages.
13+
Use the instructions on this page to install Couchbase Server on Amazon Linux 2023 using Couchbase-provided RPM packages.
1414
The instructions support both Enterprise and Community https://www.couchbase.com/products/editions[editions^].
1515

1616
If you're upgrading an existing installation of Couchbase Server, refer to xref:upgrade.adoc[Upgrading Couchbase Server].
@@ -33,7 +33,7 @@ You must be logged in as root (superuser) or use `sudo` to run the installation
3333

3434
=== Install Using RPM Package
3535

36-
Install Couchbase Server on Amazon Linux 2 using a full RPM package provided by Couchbase.
36+
Install Couchbase Server on Amazon Linux 2023 using a full RPM package provided by Couchbase.
3737

3838
. Download the appropriate package from the Couchbase https://www.couchbase.com/downloads[downloads page^].
3939

@@ -53,7 +53,7 @@ Refer to xref:startup-shutdown.adoc[Couchbase Server Startup and Shutdown] for m
5353
[#amzn-lnx2-nonroot-nonsudo-]
5454
== Installing as Non-Root
5555

56-
Non-root installation is performed identically for all supported Linux distributions, including Amazon Linux 2.
56+
Non-root installation is performed identically for all supported Linux distributions, including Amazon Linux 2023.
5757
For instructions, see xref:install:non-root.adoc[Non-Root Install and Upgrade].
5858

5959
== Next Steps

modules/install/pages/install-linux.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The following procedures use Couchbase packages, and require the user who perfor
1818

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

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

2323
Additionally, a _non-package-based_ install is performed on all the above platforms.
2424
Unlike the package-based install, this does _not_ require root or sudo privileges.

modules/install/pages/install-oracle.adoc

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -77,21 +77,27 @@ Available releases are listed with their full `version-build` number:
7777
+
7878
[subs=+quotes]
7979
----
80-
couchbase-server.x86_64 *6.0.0-1693*
80+
couchbase-server.x86_64 <version_number>-<build_number>
8181
----
8282
+
83+
The following is an example of the listing:
84+
[subs=+quotes]
85+
----
86+
couchbase-server.x86_64 *8.0.0-3777*
87+
----
88+
8389
. Specify a release to install it.
8490
+
8591
[source,console,subs=+quotes]
8692
----
87-
sudo yum install couchbase-server-[.var]_version-build_
93+
sudo yum install couchbase-server-<version_number>-<build_number>
8894
----
8995
+
90-
Using the example listing from the previous step, the resulting installation command would be:
96+
The following is an example of the installation command:
9197
+
9298
[subs=+quotes]
9399
----
94-
sudo yum install couchbase-server-*6.0.0-1693*
100+
sudo yum install couchbase-server-*8.0.0-3777*
95101
----
96102
+
97103
You'll be prompted to start the download of Couchbase Server (plus any dependencies), as well as import several GPG keys.
@@ -121,21 +127,27 @@ Available releases are listed with their full `version-build` number:
121127
+
122128
[subs=+quotes]
123129
----
124-
couchbase-server-community.x86_64 *6.0.0-1693*
130+
couchbase-server-community.x86_64 <version_number>-<build_number>
125131
----
126132
+
133+
The following is an example of the listing:
134+
[subs=+quotes]
135+
----
136+
couchbase-server-community.x86_64 *8.0.0-3777*
137+
----
138+
127139
. Specify a release to install it.
128140
+
129141
[source,console,subs=+quotes]
130142
----
131-
sudo yum install couchbase-server-community-[.var]_version-build_
143+
sudo yum install couchbase-server-community-<version_number>-<build_number>
132144
----
133145
+
134-
Using the example listing from the previous step, the resulting installation command would be:
146+
The following is an example of the installation command:
135147
+
136148
[subs=+quotes]
137149
----
138-
sudo yum install couchbase-server-community-*6.0.0-1693*
150+
sudo yum install couchbase-server-community-*8.0.0-3777*
139151
----
140152
+
141153
You'll be prompted to start the download of Couchbase Server (plus any dependencies), as well as import several GPG keys.

modules/install/pages/install-package-windows.adoc

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,16 @@ cd C:\Users\customer\Downloads
6565

6666
. Start the Couchbase-Server install wizard; by using the `call` command, and specifying the `.msi` file that you have downloaded:
6767
+
68+
[.source,shell]
69+
----
70+
call couchbase-server-enterprise_<version_number>-<build_number>-windows_amd64.msi
71+
----
72+
+
73+
The following is only an example:
74+
+
6875
[source,shell]
6976
----
70-
call couchbase-server-enterprise_7.1.0-windows_amd64.msi
77+
call couchbase-server-enterprise_8.0.0-3777-windows_amd64.msi
7178
----
7279
+
7380
The install wizard now appears:

modules/install/pages/non-root.adoc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,11 +126,12 @@ This concludes the procedure for establishing and verifying new limits for user
126126

127127
To perform a non-root installation of Couchbase Server on any supported Linux distribution, proceed as follows:
128128

129-
. Download the Couchbase Server RPM, using `wget` or `curl`.
129+
. Download the Couchbase Server RPM from the https://www.couchbase.com/downloads/[Couchbase Downloads] page.
130130

131131
. Using `wget` or `curl`, download the appropriate binary for your platform (the URI is the same for all supported x86_64 or aarch64 Linux distributions):
132132
+
133133
{aarch64-install-location}[role=add-ext-icon]
134+
+
134135
{x86-install-location}[role=add-ext-icon]
135136
+
136137
NOTE: In the following examples, use the appropriate suffix (`"x86_64"` or `"aarch64"`) instead of `#<platform-suffix>#` for the `cb-non-package-installer`.
@@ -155,7 +156,7 @@ For example:
155156
[source, console, subs=+quotes]
156157
----
157158
./cb-non-package-installer-#<platform-suffix># --install --install-location ./cb-install \
158-
--package ./couchbase-server-enterprise-7.1.0-amzn2.#<platform-suffix>#.rpm
159+
--package ./couchbase-server-enterprise-8.0.0-linux.#<platform-suffix>#.rpm
159160
----
160161
+
161162
NOTE: the program performs dependency checking, prior to installation.
@@ -262,7 +263,7 @@ For example:
262263
[source, console, subs=+quotes]
263264
----
264265
./cb-non-package-installer-#<platform-suffix># --upgrade --install-location ./cb-install \
265-
--package ./couchbase-server-enterprise-7.1.0-amzn2.#<platform-suffix>#.rpm
266+
--package ./couchbase-server-enterprise-8.0.0-linux.#<platform-suffix>#.rpm
266267
----
267268

268269
During upgrade, the following message may appear:

modules/install/pages/rhel-suse-install-intro.adoc

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -75,21 +75,27 @@ Available releases are listed with their full `version-build` number:
7575
+
7676
[subs=+quotes]
7777
----
78-
couchbase-server.x86_64 *6.0.0-1693*
78+
couchbase-server.x86_64 <version_number>-<build_number>
7979
----
8080
+
81+
The following is an example of the listing:
82+
[subs=+quotes]
83+
----
84+
couchbase-server.x86_64 *8.0.0-3777*
85+
----
86+
8187
. Specify a release to install it.
8288
+
8389
[source,console,subs=+quotes]
8490
----
85-
sudo yum install couchbase-server-[.var]_version-build_
91+
sudo yum install couchbase-server-<version_number>-<build_number>
8692
----
8793
+
88-
Using the example listing from the previous step, the resulting installation command would be:
94+
The following is an example of the installation command:
8995
+
9096
[subs=+quotes]
9197
----
92-
sudo yum install couchbase-server-*6.0.0-1693*
98+
sudo yum install couchbase-server-*8.0.0-3777*
9399
----
94100
+
95101
You'll be prompted to start the download of Couchbase Server (plus any dependencies), as well as import several GPG keys.
@@ -119,21 +125,27 @@ Available releases are listed with their full `version-build` number:
119125
+
120126
[subs=+quotes]
121127
----
122-
couchbase-server-community.x86_64 *6.0.0-1693*
128+
couchbase-server-community.x86_64 <version_number>-<build_number>
123129
----
124130
+
131+
The following is an example of the listing:
132+
[subs=+quotes]
133+
----
134+
couchbase-server-community.x86_64 *8.0.0-3777*
135+
----
136+
125137
. Specify a release to install it.
126138
+
127139
[source,console,subs=+quotes]
128140
----
129-
sudo yum install couchbase-server-community-[.var]_version-build_
141+
sudo yum install couchbase-server-community-<version_number>-<build_number>
130142
----
131143
+
132-
Using the example listing from the previous step, the resulting installation command would be:
144+
The following is an example of the installation command:
133145
+
134146
[subs=+quotes]
135147
----
136-
sudo yum install couchbase-server-community-*6.0.0-1693*
148+
sudo yum install couchbase-server-community-*8.0.0-3777*
137149
----
138150
+
139151
You'll be prompted to start the download of Couchbase Server (plus any dependencies), as well as import several GPG keys.

modules/install/pages/ubuntu-debian-install.adoc

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,17 +79,24 @@ Available releases are listed with their full `version-build` number:
7979
+
8080
[subs=+quotes]
8181
----
82+
couchbase-server/xenial <version_number>-<build_number> amd64
83+
----
84+
+
85+
The following is an example of the listing:
86+
+
87+
[subs=+quotes]
88+
----
8289
couchbase-server/xenial *8.0.0-3777* amd64
8390
----
8491
+
8592
. Specify a release to install it.
8693
+
8794
[source,console,subs=+quotes]
8895
----
89-
sudo apt-get install couchbase-server=[.var]_version-string_
96+
sudo apt-get install couchbase-server=<version_number>-<build_number>
9097
----
9198
+
92-
Using the example listing from the previous step, the resulting installation command would be:
99+
The following is an example of the installation command:
93100
+
94101
[subs=+quotes]
95102
----
@@ -117,21 +124,28 @@ Available releases are listed with their full `version-build` number:
117124
+
118125
[subs=+quotes]
119126
----
120-
couchbase-server-community/xenial *6.0.0-1693-1* amd64
127+
couchbase-server-community/xenial <version_number>-<build_number> amd64
128+
----
129+
+
130+
The following is an example of the listing:
131+
+
132+
[subs=+quotes]
133+
----
134+
couchbase-server-community/xenial *8.0.0-3777* amd64
121135
----
122136
+
123137
. Specify a release to install it.
124138
+
125139
[source,console,subs=+quotes]
126140
----
127-
sudo apt-get install couchbase-server-community=[.var]_version-string_
141+
sudo apt-get install couchbase-server-community=<version_number>-<build_number>
128142
----
129143
+
130-
Using the example listing from the previous step, the resulting installation command would be:
144+
The following is an example of the installation command:
131145
+
132146
[subs=+quotes]
133147
----
134-
sudo apt-get install couchbase-server-community=*6.0.0-1693-1*
148+
sudo apt-get install couchbase-server-community=*8.0.0-3777*
135149
----
136150
--
137151
====

preview/DOC_13681.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
sources:
2+
docs-server:
3+
branches: DOC_13681_install_upgrade_updates
4+
docs-analytics:
5+
branches: release/8.0
6+
docs-devex:
7+
url: https://github.com/couchbaselabs/docs-devex.git
8+
branches: master
9+
startPaths: docs/
10+
couchbase-cli:
11+
# url: ../../docs-includes/couchbase-cli
12+
url: https://github.com/couchbaselabs/couchbase-cli-doc
13+
# branches: HEAD
14+
branches: master
15+
startPaths: docs/
16+
backup:
17+
# url: ../../docs-includes/backup
18+
url: https://github.com/couchbaselabs/backup-docs.git
19+
#branches: HEAD
20+
branches: master
21+
startPaths: docs/
22+
#analytics:
23+
# url: ../../docs-includes/docs-analytics
24+
# branches: HEAD
25+
#cb-swagger:
26+
# url: https://github.com/couchbaselabs/cb-swagger
27+
# branches: release/8.0
28+
# start_path: docs

0 commit comments

Comments
 (0)