industry-core-hub

Migration Guides

This directory contains comprehensive migration guides for the Industry Core Hub application.

Available Guides

Quick Migration GuideStart Here

Purpose: Concise step-by-step guide for migrating from Bitnami PostgreSQL 15 to CloudPirates PostgreSQL 18.0

When to use this guide:

Features:

Target Audience: Anyone performing the PostgreSQL migration for Industry Core Hub


Migration Strategy Overview

All guides in this directory follow a similar strategy:

  1. Pre-Migration
    • Verify current state
    • Document existing data (business_partner, twin tables, etc.)
    • Create comprehensive backup using pg_dumpall
  2. Migration
    • Stop current deployment
    • Delete only PostgreSQL PVC (backend PVCs preserved)
    • Update Chart.yaml and values.yaml
    • Deploy CloudPirates PostgreSQL 18
    • Restore data from backup
  3. Verification
    • Verify PostgreSQL 18 version
    • Verify data integrity in ichub-postgres database
    • Test application and connectivity
    • Verify backend PVCs remain bound
  4. Post-Migration
    • Monitor application logs
    • Verify backend functionality
    • Archive backups

Important Notes

NOTICE

This work is licensed under the CC-BY-4.0.