11 Repos
Tools for moving complete application installations and data between different host servers.
Distinct from Cloud-to-Self-Hosted Migrators: Covers the migration of the entire installation state between hosts, which differs from cloud-to-self-hosted or shard migration.
Explore 11 awesome GitHub repositories matching devops & infrastructure · Instance Migrators. Refine with filters or upvote what's useful.
This project is a collection of shell-based automation scripts designed to automate the deployment and configuration of Linux containers and virtual machines on Proxmox VE hosts. It provides toolsets for the scripted provisioning of virtual machine infrastructure and the creation of pre-defined containers for various applications. The toolset includes specialized utilities for Proxmox host management, such as automating post-installation setup, managing system backups, and cleaning up old kernels to reclaim disk space. It further provides automated configurations for hardware passthrough, ena
Provides the capability to copy application data and configurations between different container instances.
This project provides a version of the Redis 3.0 codebase featuring detailed technical commentary and annotations. It serves as a technical resource for studying the internal design and implementation of an in-memory key-value store and the architecture of a networked NoSQL database. The documentation focuses on the implementation of the Redis Sentinel system, covering the mechanisms used for monitoring instance health, managing automatic failover, and notifying clients of primary node changes. The project covers broader architectural areas including in-memory data storage, high availability
Implements capabilities to move data between instances for complex multi-key operations across a distributed setup.
all-in-one is a containerized deployment system designed to install and manage a complete suite of productivity and collaboration services. It functions as a cloud suite deployer that orchestrates the installation of a self-hosted content platform, incorporating necessary dependencies via Docker or Kubernetes. The project distinguishes itself by providing a web-based dashboard for orchestrating, updating, and monitoring the lifecycle of service containers. It also serves as a local AI inference server, enabling the execution of generative text models, image diffusion, and speech processing on
Provides mechanisms to move the entire installation and associated data from one host to another.
react-native-mmkv is a synchronous mobile persistence system that provides an encrypted key-value store for mobile applications. It serves as a high-performance wrapper for the MMKV storage engine, eliminating asynchronous overhead by reading and writing values directly to disk. The project distinguishes itself through shared app group storage, which allows data access across multiple application extensions via a shared filesystem directory. It also provides state-synced storage hooks that automatically trigger component updates when stored key-value pairs change. The system covers a broad r
Provides utilities for importing key-value pairs from one storage instance into another to consolidate or relocate data.
LXD is a unified platform for managing both system containers and virtual machines through a single REST API and command-line interface. It provides a programmatic HTTP interface for controlling the full lifecycle of instances, enabling automation and integration with external tools. The system runs unprivileged containers with per-instance UID/GID mappings, seccomp filters, and AppArmor profiles for kernel-level isolation, while supporting multiple storage backends including directory, Btrfs, LVM, ZFS, Ceph, LINSTOR, and TrueNAS through a unified driver interface. The platform distinguishes
Moves running or stopped containers and virtual machines between hosts with minimal downtime.
pvetools ist ein Konfigurations-Toolkit und eine Sammlung von Skripten zur Automatisierung der Einrichtung und Optimierung von Proxmox VE Virtualisierungsumgebungen auf Debian. Es bietet automatisierte Toolsets zur Konfiguration von Hypervisoren, zur Hardware-Optimierung und zur Bereitstellung von Netzwerk-Dateidiensten. Das Projekt umfasst einen Container-Runtime-Deployer zur Installation von Engines und Web-Management-Interfaces in isolierten Umgebungen sowie einen Storage-Manager zum Ändern der Größe von Root-Partitionen, zur Verwaltung der ZFS-RAM-Nutzung und zum Verschieben von Container-Daten zwischen Festplatten. Es enthält Optimierungsskripte für verschachtelte Virtualisierung und PCI-Passthrough sowie automatisierte Installer für Samba- und NFS-Freigaben. Das Toolkit deckt die Leistungsoptimierung und Gesundheitsüberwachung des Systems ab, einschließlich Speicherbereinigung und Kontrolle von Netzwerküberlastungen. Es bietet zudem Dienstprogramme für die Automatisierung von Konfigurations-Backups und die Anpassung des Dashboard-Interfaces, wie z. B. Dark-Mode-Themes und Hardware-Temperaturanzeigen. Das Projekt ist als Sammlung shell-basierter Konfigurationsskripte implementiert.
Provides a utility to transfer container storage paths and configuration files across different physical drives.
Rallly ist ein Tool zur Gruppenplanung und kollaborativen Event-Organisation, um Meeting-Termine zu koordinieren und die Verfügbarkeit von Teilnehmern zu erfassen. Es fungiert als Multi-Tenant-Meeting-Koordinator, der es Benutzern ermöglicht, Terminvorschläge über Umfragen zu unterbreiten, sich überschneidende freie Zeiten in einem Raster zu visualisieren und Treffen über verschiedene Zeitzonen hinweg zu finalisieren. Das Projekt ist als selbst gehostete Planungsanwendung konzipiert, die auf privater Infrastruktur mittels containerisiertem Stack bereitgestellt werden kann. Dieses Deployment-Modell ermöglicht die volle Datenhoheit und bietet Funktionen für Corporate-Identity-Branding, sodass Organisationen Logos, Farben und Namen an ihr visuelles Erscheinungsbild anpassen können. Die Plattform deckt ein breites Spektrum an Verwaltungs- und Kollaborationsfunktionen ab, darunter Team-Zugriffsmanagement via Single Sign-On und E-Mail-Whitelists, sitzplatzbasiertes Abonnement-Management sowie rollenbasierte Zugriffskontrolle. Zudem bietet sie Infrastruktur-Utilities für Datenbank-Backups, SMTP-E-Mail-Konfiguration und die Lokalisierung der Benutzeroberfläche.
Provides utilities to move the entire application installation and its data between different host servers.
Incus is a unified orchestration platform for managing system containers, OCI application containers, and virtual machines through a single control plane. It brings together cluster infrastructure management, secure multi-tenancy, software-defined networking, and pluggable storage backend orchestration into one cohesive system exposed via a full REST API and command-line interface. What distinguishes Incus is its ability to run multiple instance types side by side—full Linux system containers, OCI application containers, and QEMU virtual machines—all managed with consistent tooling. Networkin
Moves containers or virtual machines between cluster members with minimal downtime.
Kimai is an open-source time tracking system that records employee working hours, manages absences, and generates professional invoices from recorded timesheets and expenses. It organizes all time records through a mandatory three-level hierarchy of customer, project, and activity, and supports project budget monitoring with configurable time and money limits. The application is extensible through a plugin system that allows adding custom features, invoice templates, reporting views, and dashboard widgets without modifying core files. It provides a RESTful JSON API for programmatic read and w
Exports timesheet data from one cloud instance and imports it into a new instance.
RedisShake is a migration and synchronization tool for Redis and Valkey instances. It facilitates the transfer of data between standalone, sentinel, and cluster deployments, acting as a cross-version database migrator and a utility for restoring data from backup files. The project provides a programmable data transformation pipeline that allows for filtering keys, remapping database indices, and executing Lua scripts to modify commands and keys during transit. It supports zero-downtime synchronization by replicating snapshots and streaming incremental changes in real time. The tool covers a
Iterates through all keys in a source instance to migrate data when replication protocols are unavailable.
Kvrocks is a distributed key-value store and Redis-compatible NoSQL database. It utilizes a RocksDB storage engine to provide disk-based persistence, allowing for high-capacity data storage with reduced memory costs compared to in-memory systems. The system functions as a vector database and full-text search engine, supporting nearest-neighbor searches on vector embeddings and complex document queries via text matching. It employs a proxyless cluster architecture with slot-based routing to distribute data and scale capacity across multiple nodes. The platform covers a wide range of data mana
Provides export and import tools to move datasets between compatible key-value store instances.