Home
/
Install
/
Upgrading

Upgrading

This article describes how to upgrade your Coder server.

Caution

Prior to upgrading a production Coder deployment, take a database snapshot since Coder does not support rollbacks.

Reinstall Coder to upgrade

To upgrade your Coder server, reinstall Coder using your original method of install.

Coder install script

  1. If you installed Coder using the install.sh script, re-run the below command on the host:

    curl -L https://coder.com/install.sh | sh
    
  2. If you're running Coder as a system service, you can restart it with systemctl:

    systemctl daemon-reload
    systemctl restart coder
    

Other upgrade methods

See an opportunity to improve our docs? Make an edit.