Can't upgrade MemSQL Studio to 1.9.8

Dear support team
Currently my MemSQL studio installed version 1.9.6 and I want to upgrade the latest version 1.9.8.Base on the guide line. I have run syntax:
“sudo yum update memsql-studio”
Run completed but nothing to do.

Please advise me in this case. Thanks
Cuong

@cuong.nguyen could you please run:

$ yum update

and then

yum list memsql-studio --showduplicates

So we can see all available versions of the memsql-studio package you have?

Dear David
Thanks for prompt response.
Following your advised:

  1. Run: $ yum update
    Result is:
  • Install 19 Packages
  • Upgrade 596 Packages
    Seem all packages? I only need to upgrade My MemSQL studio to 1.9.8. No need to upgrade things not related
  1. and then run:
    yum list memsql-studio --showduplicates
    Rusults:
    Installed Packages
    memsql-studio.x86_64

Thanks
Cuong

Oh, my bad — I shouldn’t have recommended yum update. I was under the impression that yum update was more similar to apt update but it seems like it’s more of a apt update && apt upgrade.

I meant to ask for yum check-update.

Your output for yum list memsql-studio --showduplicates is a bit odd. Here’s what my output is on a fresh CentOS box:

[root@5e303d623acb /]# yum list memsql-studio --showduplicates
Failed to set locale, defaulting to C.UTF-8
Last metadata expiration check: 0:00:26 ago on Thu Aug 20 12:59:29 2020.
Available Packages
memsql-studio.x86_64                                                                                                              1.0.1-1                                                                                                              memsql
memsql-studio.x86_64                                                                                                              1.1.0-1                                                                                                              memsql
memsql-studio.x86_64                                                                                                              1.2.0-1                                                                                                              memsql
memsql-studio.x86_64                                                                                                              1.3.0-1                                                                                                              memsql
memsql-studio.x86_64                                                                                                              1.3.1-1                                                                                                              memsql
memsql-studio.x86_64                                                                                                              1.3.2-1                                                                                                              memsql
memsql-studio.x86_64                                                                                                              1.3.3-1                                                                                                              memsql
memsql-studio.x86_64                                                                                                              1.3.4-1                                                                                                              memsql
memsql-studio.x86_64                                                                                                              1.4.0-1                                                                                                              memsql
memsql-studio.x86_64                                                                                                              1.5.0-1                                                                                                              memsql
memsql-studio.x86_64                                                                                                              1.5.1-1                                                                                                              memsql
memsql-studio.x86_64                                                                                                              1.5.2-1                                                                                                              memsql
memsql-studio.x86_64                                                                                                              1.5.3-1                                                                                                              memsql
memsql-studio.x86_64                                                                                                              1.5.4-1                                                                                                              memsql
memsql-studio.x86_64                                                                                                              1.5.5-1                                                                                                              memsql
memsql-studio.x86_64                                                                                                              1.5.6-1                                                                                                              memsql
memsql-studio.x86_64                                                                                                              1.6.0-1                                                                                                              memsql
memsql-studio.x86_64                                                                                                              1.6.1-1                                                                                                              memsql
memsql-studio.x86_64                                                                                                              1.6.2-1                                                                                                              memsql
memsql-studio.x86_64                                                                                                              1.6.3-1                                                                                                              memsql
memsql-studio.x86_64                                                                                                              1.7.0-1                                                                                                              memsql
memsql-studio.x86_64                                                                                                              1.7.1-1                                                                                                              memsql
memsql-studio.x86_64                                                                                                              1.8.0-1                                                                                                              memsql
memsql-studio.x86_64                                                                                                              1.8.1-1                                                                                                              memsql
memsql-studio.x86_64                                                                                                              1.8.2-1                                                                                                              memsql
memsql-studio.x86_64                                                                                                              1.9.0-1                                                                                                              memsql
memsql-studio.x86_64                                                                                                              1.9.1-1                                                                                                              memsql
memsql-studio.x86_64                                                                                                              1.9.2-1                                                                                                              memsql
memsql-studio.x86_64                                                                                                              1.9.3-1                                                                                                              memsql
memsql-studio.x86_64                                                                                                              1.9.4-1                                                                                                              memsql
memsql-studio.x86_64                                                                                                              1.9.5-1                                                                                                              memsql
memsql-studio.x86_64                                                                                                              1.9.6-1                                                                                                              memsql
memsql-studio.x86_64                                                                                                              1.9.7-1                                                                                                              memsql
memsql-studio.x86_64                                                                                                              1.9.8-1                                                                                                              memsql

If I install version 1.5.0:

yum install memsql-studio-1.5.0-1

And then I run yum check-update I get the 1.9.8 update:

Complete!
[root@5e303d623acb /]# yum check-update
Failed to set locale, defaulting to C.UTF-8
Last metadata expiration check: 0:01:00 ago on Thu Aug 20 12:59:29 2020.

ca-certificates.noarch                                                                                                      2020.2.41-80.0.el8_2                                                                                                       BaseOS
memsql-studio.x86_64                                                                                                        1.9.8-1                                                                                                                    memsql

Can you please send me your full output for yum list memsql-studio --showduplicates and yum check-update?

Finally, please also send the output for yum repolist, here’s mine:

[root@5e303d623acb /]# yum repolist
Failed to set locale, defaulting to C.UTF-8
repo id                                                                                                                  repo name
AppStream                                                                                                                CentOS-8 - AppStream
BaseOS                                                                                                                   CentOS-8 - Base
extras                                                                                                                   CentOS-8 - Extras
memsql                                                                                                                   MemSQL

below is “sudo yum list memsql-studio --showduplicates”
Last metadata expiration check: 0:58:05 ago on Fri 21 Aug 2020 09:31:18 AM +08.
Installed Packages
memsql-studio.x86_64 1.9.6-1 @System
Report list: I can’t attach file

@cuong.nguyen why can’t you attach the file? I need that output to help you.

Finally, you could try just yum install memsql-studio-1.9.8-1 and see what happens.

@david
Please see the errors below:
image

And I can’t attach file because not function attach file here.

Cuong

Please just copy and paste the output here, no need for file upload.

Hi David
I have upgraded the MemSQL studio to version 2.0.0 successfully. I downloaded the MemSQL version 2.0.0 and run the command below.
“sudo yum install /path/to/memsql-studio-2.0.0-1014a71cc7.x86_64.rpm”

Thanks for your support.
Cuong