Google Cloud Nightscout » Branches
Google Cloud Nightscout has two branches that you can use:
Development Branch (vps-dev): This branch receives updates first and is therefore less tested. You can access the latest updates sooner with this branch.
Stable Branch (vps-1): This branch is updated after new features have been tested on the development branch for a while. It is updated by promoting a release from the development branch and is therefore more stable.
When you update the platform, you receive the latest release in the branch you are using.
To see the differences between the two branches, refer to the release notes.
If you want to switch branches while using Google Cloud Nightscout, follow these instructions:
1- Copy the following command:
2- Paste the command into the virtual machine terminal.
To run the development bootstrap, change vps-1 to vps-dev.
Leave it as is to run the stable release bootstrap.
3- Press Enter to execute the bootstrap.
4- From the Google Cloud setup submenu, run “Install Nightscout Phase 1.”
5- Restart the server to ensure everything works correctly.
After switching branches:
To determine which branch you are using, go to the status page. The full GitHub path is displayed on the status page, and the last section of the line indicates vps-1 for the stable branch or vps-dev for the development branch.
The choice of branch depends on your needs:
Use the development branch if you are confident with technology and are willing to contribute by testing.
Use the development branch if you need a feature that is only available there.
Use the stable branch if you prefer stability and the stable release meets all your needs.