LogoLogo
MainsailMainsailOSCrowsnest
  • Crowsnest
  • Setup
    • Installation
      • Multi Instance Install
    • Uninstall
    • Additional options
  • Configuration
    • Sample config
    • [crowsnest] section
    • [cam] section
  • FAQ / Trouble Shoot
    • Backends from Crowsnest
    • Upgrade from v3 to v4
    • Use legacy branch on Buster
    • How to use identical USB Cam models twice?
    • How to setup a Raspicam?
    • How to use WYZE-Cams?
    • Error 127 in line 31
    • Help!
  • Extras
    • CustomPIOS Module
    • Backends
    • ❤️Credits
  • Github
Powered by GitBook
On this page
  • Step 1: Switch to legacy/v3 branch
  • Step 2: Update moonraker.conf

Was this helpful?

Edit on GitHub
  1. FAQ / Trouble Shoot

Use legacy branch on Buster

Crowsnest v4 is not able to run on Debian Buster based systems. Debian Buster is "out of life" already and there are missing dependencies, but you can run the v3 legacy version on it without issues.

Step 1: Switch to legacy/v3 branch

Login your Host via SSH and use these commands to switch to legacy/v3 branch:

cd ~/crowsnest
git fetch
git checkout legacy/v3

sudo systemctl restart crowsnest

Step 2: Update moonraker.conf

You have to inform moonraker, that you want to use this branch. Open your moonraker.conf via Mainsail and update your update_manager section of Crowsnest to this:

[update_manager crowsnest]
type: git_repo
path: ~/crowsnest
origin: https://github.com/mainsail-crew/crowsnest.git
primary_branch: legacy/v3
install_script: tools/install.sh
PreviousUpgrade from v3 to v4NextHow to use identical USB Cam models twice?

Last updated 1 year ago

Was this helpful?