I think that the problems lies here:
2021-04-01 20:19:46,918: DEBUG - + sudo -u bitwarden RUSTUP_HOME=/var/www/bitwarden/.rustup CARGO_HOME=/var/www/bitwarden/.cargo bash -c ‘curl -sSf -L https://static.rust-lang.org/rustup.sh | sh -s – -y --default-toolchain nightly’
2021-04-01 20:19:47,521: WARNING - info: downloading installer
2021-04-01 20:19:50,427: WARNING - warning: it looks like you have an existing installation of Rust at:
2021-04-01 20:19:50,427: WARNING - warning: /usr/bin
2021-04-01 20:19:50,428: WARNING - warning: rustup should not be installed alongside Rust. Please uninstall your existing Rust first.
2021-04-01 20:19:50,428: WARNING - warning: Otherwise you may have confusion unless you are careful with your PATH
2021-04-01 20:19:50,428: WARNING - warning: If you are sure that you want both rustup and your already installed Rust
2021-04-01 20:19:50,429: WARNING - warning: then please replyy' oryes’ or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
2021-04-01 20:19:50,429: WARNING - warning: or pass `-y’ to ignore all ignorable checks.
2021-04-01 20:19:50,430: WARNING - error: cannot install while Rust is installed
I’ve installed cargo rustc in order to get Synapse server back online after the wrong package update (see https://forum.yunohost.org/t/problem-during-the-synapse-update/6776/22 )
@Mamie You think I need to uninstall it?