Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Not a Bug
-
Affects Version/s: None
-
Fix Version/s: N/A
-
Component/s: Packaging
-
Labels:
-
Environment:Alpine Linux 3.13.0
-
Sprint:MXS-SPRINT-136
Description
Hi,
according to installation guide using a tarball there's a step to modify directory var:
$ sudo groupadd maxscale |
$ sudo useradd -g maxscale maxscale |
$ cd /usr/local |
$ sudo tar -xzvf maxscale-x.y.z.OS.tar.gz |
$ sudo ln -s maxscale-x.y.z.OS maxscale |
$ cd maxscale |
$ sudo chown -R maxscale var |
However there's no directory var in the tarball.
This means I have downloaded a wrong tarball.
Can you please advise where to download tarball maxscale-2.5.11.OS.tar.gz?