@hj Got this error while updating:
===> Fetching rebar3_hex v7.0.1\ ===> Version cached at /var/lib/pleroma/.cache/rebar3/hex/hexpm/packages/rebar3_hex-7.0.1.tar is up to date, reusing it\ escript: exception error: undefined function erlang:get_stacktrace/0\ in function rebar3:main/1 (/rebar3/src/rebar3.erl, line 72)\ in call from escript:run/2 (escript.erl, line 750)\ in call from escript:start/1 (escript.erl, line 277\) in call from init:start_em/1 \ in call from init:do_boot/3 \ ** (Mix) Could not compile dependency :quantile_estimator, "/var/lib/pleroma/.mix/rebar3 bare compile --paths /opt/pleroma/_build/prod/lib/*/ebin" command failed. You can recompile this dependency with "mix deps.compile quantile_estimator", update it with "mix deps.update quantile_estimator" or clean it with "mix deps.clean quantile_estimator"Had to run this to fix it:
sudo -Hu pleroma MIX_ENV=prod mix local.rebarNot sure on the what or why, but might be helpful to note.