Migration

pgcopydb: Introduction

Summary: The pgcopydb program is a tool that automates copying a PostgreSQL database to another server.

Continue reading

pgcopydb: Features Highlights

Summary: This section of documentation introduces you the major features in the pgcopydb program.

Continue reading

pgcopydb: Copy a PostgreSQL database to a target server

Summary: The pgcopydb program is a tool that logically copying a PostgreSQL database to a target PostgreSQL server.

Continue reading

pgcopydb: Tutorial

Summary: This documentation section for pgcopydb contains a list of classic pgcopydb use-cases. For details about the commands and their options see the manual page for each command at pgcopydb.

Continue reading

pg_variables: session variables with various types

Summary: The pg_variables module provides functions for working with variables of various types. The created variables are only available in the current user session.

Continue reading

db_migrator: Migrate other databases to PostgreSQL

Summary: db_migrator is a PostgreSQL extension that provides functions for migrating databases from other data sources to PostgreSQL.

Continue reading

ora_migrator: Oracle to PostgreSQL migration tools

Summary: ora_migrator is a plugin for db_migrator that uses oracle_fdw to migrate an Oracle database to PostgreSQL.

Continue reading