Skip to content

Commit f543c28

Browse files
pjaclarkJMercerGit
andauthored
Adds 3.2.3 (#288)
* 3.2.3 docs creation & release note changes (#287) * Initial 3.2.3 doc creation Initial 3.2.3 doc creation * Updated Patch notes for 3.2.3 release Updated Patch notes for 3.2.3 release * Update metafiles * Updated download links for 3.2.3 Updated download links for 3.2.3 * 3.0/3.2.x -> 3.2/3.2.x in downkload links * Update install files and remove outdated ones Update install files and remove outdated ones * fixed broken link fixed broken link --------- Co-authored-by: James M <[email protected]>
1 parent b37f641 commit f543c28

File tree

339 files changed

+64633
-1848
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

339 files changed

+64633
-1848
lines changed

config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ params:
118118
- ["2.2.0", "2.2.1", "2.2.2", "2.2.3", "2.2.6"]
119119
- ["2.9.0p5", "2.9.1", "2.9.2", "2.9.4", "2.9.7", "2.9.8", "2.9.9", "2.9.10"]
120120
- ["3.0.1", "3.0.2", "3.0.3", "3.0.4", "3.0.6", "3.0.7", "3.0.8", "3.0.9", "3.0.10", "3.0.11", "3.0.12", "3.0.13", "3.0.14", "3.0.15", "3.0.16"]
121-
- ["3.2.0"]
122-
latest: "3.2.0"
121+
- ["3.2.0","3.2.3"]
122+
latest: "3.2.3"
123123
lts: ["2.9", "3.0", "3.2"]
124124
archive_below: "2.9"
125125
#archived_url: "http://docs.riak.com/riak/1.4.12/"

content/riak/kv/3.0.11/setup/installing.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,8 @@ properly install or upgrade Riak in one of the supported environments:
4040

4141
* [Amazon Web Services][install aws]
4242
* [Debian & Ubuntu][install debian & ubuntu]
43-
* [FreeBSD][install freebsd]
4443
* [Mac OS X][install mac osx]
4544
* [RHEL & CentOS][install rhel & centos]
46-
* [SUSE][install suse]
47-
* [Windows Azure][install windows azure]
4845

4946
## Building from Source
5047

content/riak/kv/3.0.11/setup/installing/debian-ubuntu.md

Lines changed: 27 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -31,31 +31,15 @@ package or by compiling from source code.
3131

3232
The following steps have been tested to work with Riak KV on:
3333

34-
- Ubuntu 18.02
3534
- Ubuntu 16.04
36-
- Ubuntu 14.04
37-
- Ubuntu 12.04
38-
- Debian 9.2
39-
- Debian 8.6
40-
- Debian 7.6
35+
- Ubuntu 18.04
36+
- Ubuntu 20.04
37+
- Ubuntu 22.04
38+
- Debian 9.0
39+
- Debian 10.0
40+
- Debian 11.0
4141
- Raspbian Buster
4242

43-
> **Note on Debian 7**
44-
>
45-
> If you wish to install Riak on Debian 7, you may need to install
46-
[libc6](https://packages.debian.org/search?keywords=libc6) version 2.15 or
47-
later, which in turn requires upgrading your system to
48-
[sid](https://www.debian.org/releases/sid/). Installation instructions
49-
can be found
50-
[here](https://wiki.debian.org/DebianUnstable#How_do_I_install_Sid.3F).
51-
>
52-
> Once sid has been installed, you can install libc6 with the following
53-
command:
54-
>
55-
>```bash
56-
apt-get -t sid install libc6 libc6-dev libc6-dbg
57-
```
58-
5943
## Installing From Package
6044

6145
If you wish to install the deb packages by hand, follow these
@@ -86,53 +70,56 @@ sudo apt-get install libpam0g-dev
8670

8771
### Riak 64-bit Installation
8872

89-
#### Ubuntu Bionic Beaver (18.04)
73+
***Note on OTP version***
74+
Packages for different OTP versions are available at https://iles.tiot.jp
75+
76+
#### Ubuntu Xenial Xerus (16.04)
9077

9178
```bash
92-
wget https://files.tiot.jp/riak/kv/3.0/3.0.11/ubuntu/bionic64/riak_3.0.11-1_amd64.deb
93-
sudo dpkg -i riak_3.0.11-1_amd64.deb
79+
wget https://files.tiot.jp/riak/kv/3.0/3.0.11/ubuntu/xenial64/riak_3.0.11-OTP22.3_amd64.deb
80+
sudo dpkg -i riak_3.0.11-OTP22.3_amd64.deb
9481
```
9582

96-
#### Ubuntu Xenial Xerus (16.04)
83+
#### Ubuntu Bionic Beaver (18.04)
9784

9885
```bash
99-
wget https://files.tiot.jp/riak/kv/3.0/3.0.11/ubuntu/xenial64/riak_3.0.11-1_amd64.deb
86+
wget https://files.tiot.jp/riak/kv/3.0/3.0.11/ubuntu/bionic64/riak_3.0.11-OTP22.3_amd64.deb
10087
sudo dpkg -i riak_3.0.11-1_amd64.deb
10188
```
10289

103-
#### Ubuntu Trusty Tahr (14.04)
90+
#### Ubuntu Focal Fossa (20.04)
10491

10592
```bash
106-
wget https://files.tiot.jp/riak/kv/3.0/3.0.11/ubuntu/trusty64/riak_3.0.11-1_amd64.deb
107-
sudo dpkg -i riak_3.0.11-1_amd64.deb
93+
wget https://files.tiot.jp/riak/kv/3.0/3.0.11/ubuntu/focal64/riak_3.0.11-OTP22.3_amd64.deb
94+
sudo dpkg -i riak_3.0.11-OTP22.3_amd64.deb
10895
```
10996

110-
#### Ubuntu Precise Pangolin (12.04)
97+
#### Ubuntu Jammy Jellyfish (22.04)
11198

11299
```bash
113-
wget https://files.tiot.jp/riak/kv/3.0/3.0.11/ubuntu/precise64/riak_3.0.11-1_amd64.deb
100+
wget https://files.tiot.jp/riak/kv/3.0/3.0.11/ubuntu/trusty64/riak_3.0.11-1_amd64.deb
114101
sudo dpkg -i riak_3.0.11-1_amd64.deb
115102
```
116103

117104
#### Debian Stretch (9.0)
118105

119106
```bash
120-
wget https://files.tiot.jp/riak/kv/3.0/3.0.11/debian/9/riak_3.0.11-1_amd64.deb
121-
sudo dpkg -i riak_3.0.11-1_amd64.deb
107+
wget https://files.tiot.jp/riak/kv/3.0/3.0.11/debian/9/riak_3.0.11-OTP22.3_amd64.deb
108+
sudo dpkg -i riak_3.0.11-OTP22.3_amd64.deb
122109
```
123110

124-
#### Debian Jessie (8.0)
111+
#### Debian Buster (10.0)
125112

126113
```bash
127-
wget https://files.tiot.jp/riak/kv/3.0/3.0.11/debian/8/riak_3.0.11-1_amd64.deb
128-
sudo dpkg -i riak_3.0.11-1_amd64.deb
114+
wget https://files.tiot.jp/riak/kv/3.0/3.0.11/debian/10/riak_3.0.11-OTP22.3_amd64.deb
115+
sudo dpkg -i riak_3.0.11-OTP22.3_amd64.deb
129116
```
130117

131-
#### Debian Wheezy (7.0)
118+
#### Debian Bookworm (11.0)
132119

133120
```bash
134-
wget https://files.tiot.jp/riak/kv/3.0/3.0.11/debian/7/riak_3.0.11-1_amd64.deb
135-
sudo dpkg -i riak_3.0.11-1_amd64.deb
121+
wget https://files.tiot.jp/riak/kv/3.0/3.0.11/debian/11/riak_3.0.11-OTP22.3_amd64.deb
122+
sudo dpkg -i riak_3.0.11-OTP22.3_amd64.deb
136123
```
137124

138125
#### Raspbian Buster

content/riak/kv/3.0.11/setup/installing/smartos.md

Lines changed: 0 additions & 122 deletions
This file was deleted.

content/riak/kv/3.0.11/setup/installing/solaris.md

Lines changed: 0 additions & 92 deletions
This file was deleted.

0 commit comments

Comments
 (0)