Table of Contents

Migrations in Oqtane

Overview

This section provides guidance on handling database migrations in Oqtane. Whether you're moving from development to production, performing standard migrations, or troubleshooting migration issues, this guide will help you through each step of the process.

Migration Topics

Below are the key migration guides that will help you with various migration tasks in Oqtane:

  • Development to Production Migration
    This guide explains how to manage the migration of your Oqtane database and application from a development environment to a production environment. It covers the necessary steps, best practices, and potential pitfalls to avoid.

  • Database Migration
    Learn how to perform and manage database migrations in Oqtane. This includes creating and applying migration scripts, handling database schema updates, and managing version control of database changes.

  • Migration Troubleshooting
    If you're experiencing issues with database migrations, this guide provides common troubleshooting steps and solutions to resolve migration-related problems, ensuring your database migration process goes smoothly.

For further details on specific migration scenarios, follow the guides above based on your needs.

Additional Resources

← Back to Documentation Guides Home Page