Deploy
Deploy Hoppscotch Community Edition on your infrastructure.Instructions for deploying Hoppscotch on your infrastructure are coming soon.
Upgrade
Upgrading Hoppscotch Community Edition is a simple process. Follow the instructions below to upgrade your Hoppscotch Community Edition instance.Using individual containers for the services
-
Check if there is a new version available by running the following command:
-
Update the image to the latest version by running the following command:
If you want to update to a specific version, run the following command:
- 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.
Using the AIO container
-
Check if there is a new version available by running the following command:
-
Update the image to the latest version by running the following command:
If you want to update to a specific version, run the following command:
- 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.