{{template "nav"}}

Upgrade Substrate

{{- if .UpgradeVersion}}

You're running Substrate {{.Version}} which is out of date. Substrate {{.UpgradeVersion}} is the next version.

    {{- with .Credentials}}
  1. Before beginning the upgrade, copy these temporary AWS credentials and keep them until the upgrade has completed successfully. They'll speed up recovery in case of failure.
     export AWS_ACCESS_KEY_ID="{{.AccessKeyID}}" AWS_SECRET_ACCESS_KEY="{{.SecretAccessKey}}" AWS_SESSION_TOKEN="{{.SessionToken}}"

  2. {{- end}}

To instead upgrade from a local terminal session, run substrate upgrade, then run substrate setup to complete the upgrade.

{{- else}}

You're running Substrate {{.Version}}, which is the latest version.

{{- end}}