Skip to main content
Keep your platform up to date when new versions are released.

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

This updates your docker-compose.yml, unoverse CLI, docs, and any shared config.

2. Update Platform Images

This pulls the latest Docker images, rebuilds packages, and restarts all services.
⚠️ Local changes to tracked files will be discarded. unoverse update runs git checkout -- . before pulling to ensure a clean merge. This means any uncommitted edits to tracked files (e.g. docker-compose.yml, files in nodes/ or rx/) 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

All 14 checks should pass β€” services running, health endpoints, packages built, plugins loaded, and Canvas accessible.

Updating Only Nodes

If you’ve changed packages but don’t need new platform images:
This rebuilds packages, generates nodes, and restarts only unoverse β€” much faster than a full unoverse update.

βœ… Onboarding Complete!

For detailed node development, see the Node Documentation.