documentation/self-host/community-edition/deploy-and-upgrade.mdx
This section contains instructions for deploying and upgrading Hoppscotch Community Edition.
Deploy Hoppscotch Community Edition on your infrastructure.
<Info>Instructions for deploying Hoppscotch on your infrastructure are coming soon.</Info>
Upgrading Hoppscotch Community Edition is a simple process. Follow the instructions below to upgrade your Hoppscotch Community Edition instance.
Check if there is a new version available by running the following command:
docker images
Update the image to the latest version by running the following command:
docker pull hoppscotch/hoppscotch-frontend:latest
docker pull hoppscotch/hoppscotch-backend:latest
docker pull hoppscotch/hoppscotch-admin:latest
<Tip>If you want to update to a specific version, run the following command:</Tip>
docker pull hoppscotch/hoppscotch-frontend:<version>
docker pull hoppscotch/hoppscotch-backend:<version>
docker pull hoppscotch/hoppscotch-admin:<version>
Start the new container by following the instructions in the Install and build section.
<Info>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.</Info>
Check if there is a new version available by running the following command:
docker images
Update the image to the latest version by running the following command:
docker pull hoppscotch/hoppscotch:latest
<Tip>If you want to update to a specific version, run the following command:</Tip>
docker pull hoppscotch/hoppscotch:<version>
Start the new container by following the instructions in the Install and build section.
<Info>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.</Info>