Using Yum to Install and Update GridDB on EL7

Install with Yum

First create the Yum Repo File:

$ sudo cat > /etc/yum.repos.d/griddb.repo <<< EOF
[griddb]
name=GridDB.net 4.5
baseurl=https://griddb.net/yum/el7/4.5/
enabled=1
gpgcheck=1
gpgkey=https://griddb.net/yum/RPM-GPG-KEY-GridDB
EOF

Then install GridDB:

$ sudo yum -y install griddb griddb-c-client

Now you're ready to follow and edit the configuration and start GridDB. Instructions on that can be found here in the quick start. In the future, when a new minor version of GridDB is released, (bug fixes or security issues) your GridDB version will be updated when yum update is run.

If you have any questions about the blog, please create a Stack Overflow post here https://stackoverflow.com/questions/ask?tags=griddb .
Make sure that you use the “griddb” tag so our engineers can quickly reply to your questions.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.