Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation of riak kv on ubuntu 20.04 #1791

Open
bmackiewicz opened this issue Jul 8, 2021 · 3 comments
Open

Installation of riak kv on ubuntu 20.04 #1791

bmackiewicz opened this issue Jul 8, 2021 · 3 comments

Comments

@bmackiewicz
Copy link

Hi,

Which is latest stable version which I can install on ubuntu 20 ? I try install Riak KV in version 2.2.3 from repo but I get response from packagecloud with error status 402 Payment Required. Can you help me ?
PS. I do not want use the docker images.

@martinsumner
Copy link
Contributor

Sorry, packagecloud is out of date, and we never setup a proper open source account following basho's demise.

Packages can be found here: https://files.tiot.jp/riak/kv/

3.0.6 is the latest version. To see history of changes, read from https://github.com/basho/riak/blob/develop-3.0/RELEASE-NOTES.md

@bmackiewicz
Copy link
Author

bmackiewicz commented Jul 9, 2021

Thanks a lot, I installed it, but now I have problem with setup my cluster, First I was run riak on 127.0.0.1 address, but after that I rename it into ip address, to can connect from another hosts. Now I have problem with start riak-kv. How I can remove old ring, or remove all data, to start from clean installation ? I need hardcoding ip address in config file or is some way to get dynamic IP address from machine where riak will be running. Probably you do not have documentation to 3.0.6 version and how setup cluster on version 3.0.6?

@martinsumner
Copy link
Contributor

If you want to clear a node, clear the platform data directory (ring information is in the cluster_meta if you want to specifically clear this). The data directory is defined in riak.conf:

## 
## Default: ./data
## 
## Acceptable values:
##   - the path to a directory
platform_data_dir = ./data

I don't know of a way of being more dynamic about IP. I'm not sure if it would be practical to try and do something with reip.

Documentation for the latest version is a problem right now. New feature documentation is scattered about markdown files in the docs section of the repo. Old documentation is generally valid, but with some hidden deltas (e.g. riak admin not riak-admin). We do need to get the online documentation updated, I apologise that it isn't.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants