Skip to content

S3 Migration Scheduler v1.1.0

Latest

Choose a tag to compare

@hndrwn-dk hndrwn-dk released this 14 Aug 06:36
· 51 commits to main since this release

🎉 S3 Migration Scheduler v1.1.0 - Production Ready

A comprehensive desktop and web application for migrating S3 buckets with enterprise-grade scheduling, monitoring, and reconciliation capabilities.

📦 Installation Options

🪟 Windows (Recommended)

Package Type Download Best For
ZIP Package S3 Migration Scheduler-1.1.0-win-x64.zip Most users - Extract and run
Professional Installer S3 Migration Scheduler-1.1.0-win-x64.exe Enterprise deployment
Portable Executable S3 Migration Scheduler-1.1.0-portable-x64.exe USB/network drives
32-bit (Legacy) S3 Migration Scheduler-1.1.0-win-ia32.zip Older systems

🐧 Linux

Package Type Download Distributions
AppImage S3 Migration Scheduler-1.1.0.AppImage Universal - All Linux distros
DEB Package s3-migration-scheduler-desktop_1.1.0_amd64.deb Ubuntu, Debian, Mint
RPM Package s3-migration-scheduler-desktop-1.1.0.x86_64.rpm RHEL, CentOS, Fedora, SUSE
TAR.GZ Archive s3-migration-scheduler-desktop-1.1.0.tar.gz Generic Linux

🐳 Docker (Recommended for Servers)

Docker Hub: hndrwn/s3-migration-scheduler:latest

# Quick start with Docker
docker run -d \
  --name s3-migration-scheduler \
  -p 5000:5000 \
  -e NODE_ENV=production \
  -v s3-migration-data:/app/data \
  -v s3-migration-logs:/app/logs \
  hndrwn/s3-migration-scheduler:latest

# Access web UI at http://localhost:5000

✨ Features

  • 📅 Schedule S3 migrations with cron-based automation
  • 📊 Real-time monitoring with WebSocket updates
  • 🗃️ SQLite database for migration tracking
  • Large-scale reconciliation (handles millions of objects)
  • 🔧 Built-in MinIO client integration
  • 🖥️ Professional desktop UI with Electron

🚀 Quick Start

  1. Download the ZIP or portable EXE for your system
  2. Extract (if ZIP) and run S3 Migration Scheduler.exe
  3. Configure your S3 endpoints and start migrating!

🛠️ System Requirements

  • Windows 7/10/11 (64-bit recommended)
  • 4GB RAM minimum
  • 1GB free disk space

No additional dependencies required - everything is included!