Migrate From RDS To Guepard

Overview

Migrating from Amazon RDS to Guepard lets you move to a platform built for instant branching, time-travel, that supports git for your databases.

With Stakpak, you can automate the migration: connect your RDS instance, create snapshots, spin up test branches, and safely roll out changes with minimal manual work.

This guide shows how to migrate your RDS database to Guepard using Stakpak.

But What is Guepard?

Guepard lets you work with databases the way you work with code. Branch your Postgres, MySQL, or MongoDB database in seconds, test changes safely, roll back when things go wrong. you dont need to wait hours for database copies or stressing about schema migrations breaking production.

Why Migrate to Guepard?

  • Instant database branching: branching doesn't duplicate data at the storage level

  • Git workflows: create snapshots and time travel between database versions

  • Automatic idle detection: stops databases when not in use, starts when needed

  • Multiple branches: work on different database versions simultaneously

  • API first: integrates with CI/CD and DevOps tools

  • Deployment options: private nodes or on-premise for security

How Stakpak Helps?

You don't need to memorize any commands or debug anything; you can just ask Stakpak to migrate from RDS to Guepard, and it will do everything for you.

Step by Step Guide

Architecture

Our current setup uses a single Amazon RDS PostgreSQL instance (db.t3.medium with 250 GB gp3 storage) in us-west-2c (Oregon) as the primary database for our application.

The problem with this architecture:

  • All environments rely on the same RDS instance or slow manual clones

  • Creating realistic staging/test data requires time-consuming snapshots and restores

  • Schema changes and migrations are risky with limited rollback options

  • Spinning up short-lived environments per feature/PR is painful and expensive

Let's see how we can fix these problems with Guepard

Prerequisites

  1. Make sure your AWS credentials are configured

Guide

  1. Just ask stakpak to "Migrate from RDS to a guepard database"

  2. First, it made sure that the Guepard is installed and authenticated

  3. Now created a database in Guepard and got the RDS connection details automatically

Last updated