You are viewing an older version of this section. View current production version.
SingleStore DB Studio Upgrade Guide
SingleStore DB Studio is designed to work with MemSQL 6.5 or later and is only supported on Chrome and Firefox browsers at this time.
Upgrading SingleStore DB Studio can be done through the package manager on the machine, instance, or container where SingleStore DB Studio is installed.
Online Upgrade
For an online installation, run the following command to update the singlestoredb-studio
package.
sudo yum update singlestoredb-studio
Offline Upgrade
To upgrade the singlestoredb-studio
package in an environment without internet access, run the following command.
sudo rpm -Uvh /path/to/singlestoredb-studio-<version>.x86_64.rpm
Note: Replace the file name in the command with the actual path to your package file.
Online Upgrade
-
To update the
singlestoredb-studio
package with APT, update the package lists for packages that need upgrading, as well as new packages that have just come to the repositories.sudo apt update
-
Update the
singlestoredb-studio
package.sudo apt install singlestoredb-studio
Offline Upgrade
To upgrade the singlestoredb-studio
package in an environment without internet access, run the following command.
sudo dpkg -i /path/to/singlestoredb-studio_<version>_amd64.deb
Note: Replace the file name in the command with the actual path to your package file.
If you’re running singlestoredb-studio
as a systemd service, it will be automatically restarted after you install the new version. However, if you’re running singlestoredb-studio
directly, you have to restart the server after installing the new version of the package.