-
-
Notifications
You must be signed in to change notification settings - Fork 0
Updating
How to update Eclosion and roll back if needed.
Your current version is displayed in Settings at the bottom of the page. When updates are available, a banner appears at the top of the app with a link to view what's new.
Always backup your data before major updates.
Docker:
docker compose cp eclosion:/app/state ./backup-$(date +%Y%m%d)Desktop: Your data is stored locally in the app's data directory. The app creates automatic backups during updates.
The desktop app checks for updates automatically on launch.
- A notification appears: "Update available. Restart to install?"
- Click to restart and apply the update
- The app relaunches with the new version
You can also manually check for updates in the Settings menu.
docker compose pull
docker compose up -dcd eclosion
git pull
docker compose up -d --buildIf you need to revert to a specific version:
Edit docker-compose.yml to pin a version:
services:
eclosion:
image: ghcr.io/312-dev/eclosion:1.0.0Then restart:
docker compose up -d- Download the specific version from GitHub Releases
- Uninstall the current version
- Install the downloaded version
- Disable auto-updates in Settings if you want to stay on that version
| Channel | Tag Format | Use Case |
|---|---|---|
| Stable | v1.0.0 |
Production use |
| Beta | v1.1.0-beta.20240115.1 |
Testing new features |
Beta releases are pre-releases and may have bugs. Use stable releases for production deployments.
Documentation | Try Demo | Report Issue | Discussions
Eclosion is not affiliated with, endorsed by, or sponsored by Monarch Money.