Concrete CMS — Updating

Overview

This article explains how to upgrade the version of your Concrete CMS site. You have two options to upgrade.

Upgrading via FTP

  1. View the following link for instructions on how to download Concrete CMS using an FTP client.
  2. Follow all steps up to extracting the .zip file contents.
  3. Once extracted, navigate into the directory titled concrete5.x.x.x. You will see a list of files and directories. Delete everything except the directory named concrete.
  4. In your FTP client, navigate to the directory above concrete5.x.x.x directory. This means you should see the directory name in your FTP client in the left pane. For example:
    upgrading concrete5
  5. Upload this directory into your site's /update directory in the right pane.

    This will take several minutes as there are many files to upload.

  6. Log into your site at example.com/index.php/login.
    upgrading concrete5
  7. Click the menu icon on the top right.
    upgrading concrete5
  8. Choose System & Settings from the pop-out menu.
    upgrading concrete5
  9. Under Update concrete5 click Apply Update.
    upgrading concrete5
  10. You should see the new version available. Click Install Update.
    upgrading concrete5
  11. A confirmation message displays once the update is complete.

Upgrading via SSH

  1. View the following link for instructions on how to download concrete5 via SSH.
  2. Follow all steps up to extracting the .zip file contents.
  3. Once extracted, navigate into the directory titled concrete5.x.x.x. You will see a list of files and directories. Use the rm command to delete everything except the directory named concrete. For example:
    [server]$ rm FILENAME
    [server]$ rm -rf DIRECTORY
  4. Navigate one directory up.
    [server]$ cd ..
  5. Copy the concrete5.x.x.x directory into your site's /updates directory. Make sure to change username to your Shell user and example.com to your website.
    [server]$ cp -r ./concrete5.x.x.x /home/username/example.com/updates
  6. Log into your site at example.com/index.php/login.
    upgrading concrete5
  7. Click the menu icon on the top right.
    upgrading concrete5
  8. Choose System & Settings from the pop-out menu.
    upgrading concrete5
  9. Under Update concrete5 click Apply Update.
    upgrading concrete5
  10. You should see the new version available. Click Install Update.
    upgrading concrete5
  11. A confirmation message displays once the update is complete.

See also

Did this article answer your questions?

Article last updated PST.

Still not finding what you're looking for?