@aleph.solutions the best way to do this would be as follows; in the directory where you originally cloned the openBalena repo…
-
git pull
the latest master branch of openBalena (v1.0.1) -
./script/compose pull
to pull down the latest service images -
./script/compose up -d
to recreate the containers using the latest service images- your data is held in volumes, so should be fine.
This would be my normal steps to get updated. Of course the usual caveats of making a backup etc, still apply