Skip to content

Updating Launchpad

Read the release notes

Always check the release notes to see if the safe steps are required to update.
If you don't execute the safe steps when needed, your projects can get corrupted.

Safe steps

  • Stop and all projects and the controlcenter

    launchpad controlcenter stop --force
    
  • Replace the launchpad binary
    see the installation documentation

  • Execute the extra update steps specified in the release notes (if any)

  • Start the controlcenter

    launchpad controlcenter start
    
  • Download the docker-compose v1 binary
    see the first usage documentation

  • Start all needed projects

    launchpad project start [PROJECT_NAME]
    
  • Verify the status

    launchpad controlcenter status
    

Fast steps

If there are only changes in the launchpad binary, you can execute following step.