Unit 4: Update FMR to the Latest Version

This tip is for anyone who has previously installed FMR and would like to install a new FMR instance using the latest version of the software.

NOTE: If you are installing FMR for the first time, please refer to this article.

Updating FMR to the latest version

If you already have FMR installed on your computer, but would like to install a more recent version, follow these steps:

Step 1: Open a command prompt.

Step 2: Run the following command:

  • docker pull sdmxio/fmr-mysql:latest

Once the download has completed, you will have the latest version of FMR on your computer. The next step to install this latest version and start using it to execute the following command.

Step 3: Run the following command:

  • docker container create –name fmr –publish 8080:8080 sdmxio/fmr-mysql:latest

Coming next …

Find out how to install FMR on any port.