-
Notifications
You must be signed in to change notification settings - Fork 0
Release Channels
ConvexAutoBackup publishes each tagged release through GitHub Actions.
v0.1.0-beta.4
Use exact beta tags for repeatable installs. Use latest only when you intentionally want the newest published container.
Latest release:
https://github.com/KodyDennon/ConvexAutoBackup/releases/latest
Release assets are expected to include:
| Asset type | Purpose |
|---|---|
| Linux archive | Server and desktop Linux installs. |
| macOS x64 archive | Intel Mac installs. |
| macOS arm64 archive | Apple Silicon Mac installs. |
| Windows zip | Manual Windows binary install. |
| Windows MSI | Basic Windows package install. |
install.sh |
macOS/Linux guided installer. |
install.ps1 |
Windows guided installer. |
docker-setup.sh |
Docker guided installer. |
SHA256SUMS |
Integrity checks. |
| Provenance | GitHub Actions artifact provenance when generated. |
Image:
kodydoty/convex-autobackup
Pull:
docker pull kodydoty/convex-autobackup:v0.1.0-beta.4Docker Hub page:
https://hub.docker.com/r/kodydoty/convex-autobackup
Image:
ghcr.io/kodydennon/convex-autobackup
Pull:
docker pull ghcr.io/kodydennon/convex-autobackup:v0.1.0-beta.4Package page:
https://github.com/KodyDennon/ConvexAutoBackup/pkgs/container/convex-autobackup
Primary CLI crate:
https://crates.io/crates/convex-autobackup
Install:
cargo install convex-autobackup --version 0.1.0-beta.4Workspace crates published by release automation:
convex-autobackupconvex-autobackup-coreconvex-autobackup-serverconvex-autobackup-workerconvex-autobackup-mcp
No public npm package is needed for normal users. The React web UI is built during release and embedded into the Rust server crate, Docker image, and native binaries.
The v0.1.0-beta.4 web UI includes the guided first-run setup flow and existing-install sign-in recovery guidance.
After a release completes:
cargo search convex-autobackup --limit 10
docker pull kodydoty/convex-autobackup:v0.1.0-beta.4
docker pull ghcr.io/kodydennon/convex-autobackup:v0.1.0-beta.4Then confirm the GitHub Release page has all expected assets and checksums.
ConvexAutoBackup docs: Repository · Releases · Docker Hub · crates.io