ESC

Migrate

All Homelab AI & Agents Trading Thoughts
Migrate gitea data from on instance to another

Migrate gitea data from on instance to another

Migrating Gitea from one instance to another is essentially a backup and restore operation. Since Gitea stores its data in two main places—the database and the filesystem—the process involves moving both while keeping them in sync.

The most reliable method is using Gitea’s built-in dump command, which packages everything into a single zip file.


This method is the cleanest because it ensures all metadata (issues, pull requests, users) is captured along with the code.

How to migrate a plex server to a new Host

How to migrate a plex server to a new Host

How to Migrate a Plex Server to a New Server (Ubuntu/Linux)

This guide outlines the steps to migrate a Plex Media Server from one Ubuntu server to another while preserving your library data, watch history, and metadata.

Prerequisites

  1. Access: Root or sudo access to both the Source (Old) and Destination (New) servers.
  2. Media: Your actual media files (Movies, TV) must be at the exact same mount path on the new server as they were on the old one. If they change location, you will need to remap them later.
  3. Versions: Ensure both servers are running the same version of Plex Media Server to avoid database compatibility issues.

Step 1: Preparation on Source Server

  1. Disable “Empty Trash”: