New Platform Challenge - Migrate 20GB Data from Informix to PostgreSQL

Review Ends In: 272 days 15 hours Past Due

Challenge Overview

This is a New Platform Challenge


View details on Topcoder platform


The task involves migrating 20GB of data from an Informix database to a PostgreSQL database using pgloader. The migration will maintain the same table structures and requires no data transformation. Below are the key steps:

Steps

  1. Set Up Environment: Ensure access to both Informix and PostgreSQL databases from the migration system.
  2. Install pgloader: Use package managers like apt-get or brew to install pgloader if not already installed.
  3. Create Configuration File: Develop a pgloader configurati...