Getting error with update script

Hello! I am unable to access my umbrel by going to umbrel.local in my browser.
I was able to login to it using SSH. Upon checking the umbrel/statuses/update-status.json file the status was failed.
So I decided to do manual update in my SSH using update script.
I ran the following command:

sudo ~/umbrel/scripts/update/update --repo getumbrel/umbrel#1.3.0

And got the following log:

=======================================
=============== UPDATE ================
=======================================
========== Stage: Download ============
=======================================

Creating lock
Cleaning up any previous mess
Copying Umbrel 1.0.0 from /tmp/umbrel-update/
Running update install scripts of the new release

== Begin Update Script 00-run.sh ==

=======================================
=============== UPDATE ================
=======================================
========= Stage: Pre-update ===========
=======================================

Installing Umbrel 1.0.0 at /home/umbrel/umbrel
Fixing permissions
Backing up existing directory tree
rsync: [client] failed to open include file /home/umbrel/umbrel/.umbrel-1.0.0/scripts/update/.updateinclude: No such file or directory (2)
rsync error: error in file IO (code 11) at exclude.c(1481) [client=3.2.7]
== End Update Script 00-run.sh ==

How can I resolve this issue please? Thanks!

My guess is that either the update script is messed up and not compatible with the new release, or maybe the release is messed up and missing the . files? Is there a place where there is up-to-date update scripts? Maybe in documentation?

Also I don’t get why I am getting docker-compose must be installed error for the *-run.sh scripts?