Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 560 Bytes

UPGRADING.md

File metadata and controls

33 lines (24 loc) · 560 Bytes

Upgrading

Sync with the latest changes:

cd ~/projects/hub
git pull

To rebuild containers (you may want to do this on a weekly basis):

cd ~/projects/hub
./docs/podman/make --no-cache
systemctl --user restart hub

Finally, update the application:

hub composer install
hub yarn install && hub yarn run build
hub a app:update --assets

It should automatically restart any container services.

In case of errors, try to restart the container first:

systemctl --user restart hub
systemctl --user restart caddy