CreatBotMainsail/docs/update-guide/update-manager.md
tomlawesome 13233ca878
docs: Major docs update by tomlawesome (#358)
* major docs update
* Delete info.md
* update file permissions
* added screenshots and updated first-boot.md
2021-10-10 18:45:20 +02:00

1.5 KiB

layout title parent nav_order has_children permalink
default Update Manager Update Guides 1 false /update/update-manager

Update Manager

You can find further information on this topic by checking out the Moonraker documentation{:target="_blank"}. {: .info}

Enabling the feature

To use the built in Update Manager it must first be enabled by editing the moonraker.conf file:

cd ~/klipper_config
sudo nano moonraker.conf

Add the following section to your printers moonraker.conf:

[update_manager]

[update_manager client mainsail]
type: web
repo: meteyou/mainsail
path: ~/mainsail

Restart Moonraker:

sudo systemctl restart moonraker

Using the Web UI

With the manager enabled reload the web ui and select the 'machine' tab from the sidebar. You should now see the Update Manager panel.

Holding shift whilst clicking the browser's refresh button (or pressing ctrl+f5) will force it to reload the page fully (without the cache). {: .info}

Typically the update order is top to bottom.

screenshot-updates-required

To update a component, click the screenshot-update-button button.

A new window will launch and the component will be updated. When the update is finished, the window can be closed.