How can I upgrade ReductStore instance?

I’m going to upgrade the database from v1.12 to v1.16. How can I do this?

1 Like

You can upgrade directly from version 1.12 to 1.16 by updating your container to the v1.16 image and restarting it. All migrations between versions have been tested, so the upgrade process will be smooth and require no manual steps.

1 Like

Actually, I use it as a systemd service. But I get the point. Thank you!