Start the new container by following the instructions in the Install and build section.
For minor version upgrades, you might not need to run the database migrations. However, for major version upgrades, you will need to run the database migrations. Refer to the Database migrations section for more information.
Check if there is a new version available by running the following command:
Copy
docker images
Update the image to the latest version by running the following command:
Copy
docker pull hoppscotch/hoppscotch:latest
If you want to update to a specific version, run the following command:
Copy
docker pull hoppscotch/hoppscotch:<version>
Start the new container by following the instructions in the Install and build section.
For minor version upgrades, you might not need to run the database migrations. However, for major version upgrades, you will need to run the database migrations. Refer to the Database migrations section for more information.