When to Update
Your Unoverse admin will notify you when a new platform version is available. Updates include bug fixes, new features, and performance improvements to the core services.Steps
1. Pull Latest Starter Code
docker-compose.yml, unoverse CLI, docs, and any shared config.
2. Update Platform Images
β οΈ Local changes to tracked files will be discarded.unoverse updaterunsgit checkout -- .before pulling to ensure a clean merge. This means any uncommitted edits to tracked files (e.g.docker-compose.yml, files innodes/orrx/) will be lost. Safe (never touched):.env,.env.production,node_modules/,package-lock.jsonβ these are gitignored. If you have local changes you want to keep, commit them to a branch first:
3. Verify
Updating Only Nodes
If youβve changed packages but donβt need new platform images:unoverse update.

