migracao-servidor-ovh

Migrate OVH server environments with Docker, PM2, systemd, and Cloudflare Tunnel.

5|Updated Jun 3, 2026
One-click install
npx skills add https://github.com/rafael-fae/agent-ops-worflow --skill migracao-servidor-ovh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: migracao-servidor-ovh
Source: https://github.com/rafael-fae/agent-ops-worflow/tree/main/archive/skills/operacao/migracao-servidor-ovh
Command: npx skills add https://github.com/rafael-fae/agent-ops-worflow --skill migracao-servidor-ovh

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill removes the guesswork from migrating a full OVH server setup by preserving services, data, access paths, and operational continuity across hardware changes.

Core Features & Use Cases

  • Infrastructure inventory and transfer: Captures what is running, what must move, and how to move it safely between old and new OVH hosts.
  • Docker and service migration: Handles Docker volumes, PM2-managed apps, systemd services, and host-level tooling required to recreate the production environment.
  • Cloudflare Tunnel and access cutover: Coordinates tunnel switching, SSH contingency access, and post-migration validation for production domains and webhooks.
  • Use case: A production server is being replaced, and you need to move apps, volumes, credentials, and access configuration with minimal downtime and no broken paths.

Quick Start

Ask for a complete OVH-to-OVH migration plan for the current server, including inventory, Docker volumes, PM2 services, Cloudflare Tunnel switch, and post-cutover validation.

Frequently Asked Questions about migracao-servidor-ovh

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I migrate an OVH server to a new host without losing services?

OVH server migration without service loss requires capturing an inventory, transferring data with rsync, relocating Docker volumes, and restoring PM2 and systemd configurations before the cutover. This process ensures operational continuity across hardware changes.

What is the best way to move Docker volumes and PM2 apps to a new server?

Moving Docker volumes and PM2 apps involves backing up volume data, syncing it to the new host via rsync, and restoring PM2 process lists alongside systemd services. This approach prevents configuration drift and maintains local service bindings.

How do I switch a Cloudflare Tunnel to a new server during a migration?

Switching a Cloudflare Tunnel during migration requires coordinating the tunnel cutover to the new host, preserving SSH contingency access, and validating webhook and domain routing post-switch to ensure production traffic flows correctly.

Can I update hardcoded paths when migrating server environments?

Updating hardcoded paths is necessary during server migration to prevent broken configurations. The migration process includes identifying and modifying absolute paths in scripts and service files so applications function correctly on the new host environment.

Does migrating an OVH server preserve systemd and PM2 service bindings?

Migrating an OVH server preserves systemd and PM2 service bindings by restoring service configurations and process lists on the new host. This ensures managed applications restart correctly and maintain their production environmental dependencies.

What are the limitations of using rsync for complete server migration?

Using rsync for server migration transfers files efficiently but does not automatically restore systemd services, Docker volumes, or Cloudflare Tunnel routing. These components require manual recreation and validation to ensure no service loss occurs.