Skip to content

Updating

  1. Update the wca-tool to the latest version.

    sudo curl -L "https://releases.wildcore.tools/wca-tool/latest/wca-tool-$(uname -s)-$(uname -m)" -o /usr/local/bin/wca-tool && sudo chmod +x /usr/local/bin/wca-tool
    

    Tip

    Release notes can be found in our Telegram channel

  2. Execute the following command to update WildcoreDMS.

    sudo wca-tool update
    

    Note

    The installation process may take some time (usually about 10-15 minutes)

    If the installation was successful, the following message will be displayed:

    WildcoreDMS success updated to version x.xx.xx!
    Now, you can use wildcoreDMS by URL: http://<service ip|domain>:8088
    Default login/password - admin/admin
    
    You can change some parameters in /opt/wildcore-dms/.env file, as listen ports for example
    

    Tip

    When updating minor (x.x.0) versions, please review the recommendations provided in the release notes.