Upgrading Passenger Enterprise Standalone

How to upgrade Passenger Enterprise Standalone depends on how Passenger Enterprise was installed. Please select the option most relevant to you.

Table of contents

  • Loading...
Are you using Ruby, and do you have "passenger" or "passenger-enterprise-server" in your Gemfile? Then take a look at the Gemfile upgrade instructions.

macOS (Homebrew)

If Passenger Enterprise was installed on macOS through Homebrew, then you can upgrade Passenger Enterprise as follows:

brew upgrade passenger-enterprise

Debian packages (Debian, Ubuntu)

If Passenger Enterprise was installed through the Phusion Passenger APT repository, then you can upgrade Passenger Enterprise through APT using the following command:

sudo apt-get update
sudo apt-get upgrade

Don't see any updates?

If you don't see any updates, then there are two possible reasons:

  1. Our Debian packages haven't been released yet. When we release a new version of Passenger Enterprise, it typically takes 1-2 hours for our server to build Debian packages.
  2. If you are using a non-Long Term Support version of Ubuntu, then it is possible that we have dropped support for that Ubuntu version.

RPM packages (Red Hat, CentOS)

If Passenger Enterprise was installed through the Phusion Passenger YUM repository, then you can upgrade Passenger Enterprise through YUM using the following command:

sudo yum update

Don't see any updates?

If you don't see any updates, then maybe our RPM packages haven't been released yet. When we release a new version of Passenger Enterprise, it typically takes 2-3 hours for our server to build RPM packages.

Heroku

If you are using Passenger Enterprise on Heroku, then update the passenger-enterprise-server gem by running:

bundle update passenger-enterprise-server

Then commit and push to Heroku:

git commit -a -m "Upgrade Passenger Enterprise to latest version"
git push heroku master

Docker

Please refer to the passenger-docker website for upgrade instructions.

Source tarball

If Passenger Enterprise was installed through a source tarball, then please follow the source tarball upgrade guide.

Ruby Gemfile

Are you using Heroku? Please read the Heroku upgrade instructions instead.

If you are using Passenger Enterprise Standalone, and at the same time you have "passenger-enterprise-server" as an entry in your Gemfile, then you can upgrade Passenger Enterprise by running:

bundle update passenger-enterprise-server

RubyGems (but not through Gemfile)

If Passenger was installed through RubyGems (but not through Gemfile), then upgrading Passenger involves going through the normal installation process again. Please follow the installation guide that is most relevant to you:

Please ignore the warning there that tells you that the guide is not for updates.