Upgrade Guide
Update Remok to the latest version with zero data loss.
⚠️ Always back up your
./data directory before upgrading.Standard Upgrade
# Pull the latest image
docker compose pull
# Restart with the new image
docker compose up -d --force-recreate
# Verify version
docker compose exec remok remok --version
Before Upgrading
- Check the release notes for breaking changes
- Back up your data directory:
cp -r ./data ./data.bak - Schedule the upgrade during low-traffic hours to minimize disruption
Rollback
# Restore from backup if needed
cp -r ./data.bak ./data
# Pin to a specific version
image: registry.feijiangkeji.com/remok:1.2.0