Update

To ensure you enjoy the best features and optimal performance, it’s crucial to keep Mumara updated. The dedicated team at Mumara continually works to enhance its capabilities, making it more advanced and reliable for a seamless user experience.

Mumara offers two convenient methods for updating to the latest version:

Update Via User Interface Wizard

  1. Log in to your Mumara instance and navigate to the Tools section then click on Update.
  2. On the top right side, locate the Switch to Development Mode option and enable it.
  3. When it switched to development mode click on update.
  4. Verify the latest version and click continue.
  5. Verify your license key by pressing the Verify button and clicking Continue.
  6. In the ‘FTP Details’ section, you have three protocol options:

    None: Mumara will automatically choose the default path of the Mumara root directory to set folder permissions.

    FTP: Manually input server FTP details and provide the Mumara root directory’s path for setting folder permissions.

    FTPS/SFTP: Manually configure server SFTP details along with the Mumara root directory’s path to set folder permissions.
    The recommended protocol is ‘None’ if you prefer to use the default settings.

  7. Verify your folder permissions; if any folder is found missing or with incorrect permissions, click on Fix Permissions, and Mumara will rectify them for you. Once the permissions are successfully corrected, proceed by clicking Continue.
  8. It is highly recommended to take a backup of your Mumara instance.

Now you can safely update your Mumara.

Updating via command line

SSH to your Mumara server, navigate to the physical directory where Mumara is installed and run the following command.

# curl -o update_mumara -L https://dl.mumara.com/campaigns/update_mumara && sh update_mumara

Updating to beta release

Run the following command if you want to update to the recent beta release.

# curl -o update_mumara_beta -L https://dl.mumara.com/campaigns/update_mumara_beta && sh update_mumara_beta

Updating to another version

If you want to upgrade/downgrade to another version number then run the following command.

# curl -o update_mumara_version -L https://dl.mumara.com/campaigns/update_mumara_version && sh update_mumara_version

Updating the Ioncube version 

If you are using the ioncube version older than 12 and Mumara was built using the command line tool, then the following command will upgrade your ioncube to version 12.
It will upgrade the ioncube version from 10 to 12.

# cd /home && curl -o mumara_ioncube10_to_12_converter.sh -L https://dl.mumara.com/mumara_ioncube10_to_12_converter.sh && sh mumara_ioncube10_to_12_converter.sh