Upgrade memsql version

Hi,

I want to upgrade the memsql version in my development environment from 7.1.7 to 7.1.11. Is it possible to do so from a worksheet? Is there a list of mandatory steps or good practices to follow while updating the license version?

Thanks a lot for your help on this.

Feel free to ask for any additional information.

If you’re using SingleStore toolbox, with sdb-deploy and sdb-admin, you can do an offline upgrade like:

sdb-deploy upgrade --precheck-only
sdb-deploy upgrade --version 7.1.11

I’m assuming you don’t mind if it is offline because its a dev environment.

See SingleStoreDB Cloud · SingleStore Documentation for more information.