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.
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:
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
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”