db_migrator
Tools to migrate other databases to PostgreSQL
Module:
Categories:
Overview
PIGSTY 3rd Party Extension: db_migrator : Tools to migrate other databases to PostgreSQL
Information
- Extension ID: 9540
- Extension Name:
db_migrator - Package Name:
db_migrator - Category:
ETL - License: BSD 3
- Website: https://github.com/cybertec-postgresql/db_migrator
- Language: SQL
- Extra Tags: N/A
- Comment: N/A
Metadata
- Latest Version: 1.0.0
- Postgres Support:
17,16,15,14,13 - Need Load: Shared library do not need explicit loading
- Need DDL: Need
CREATE EXTENSIONDDL - Relocatable: Can be installed into other schemas
- Trusted: Trusted, Can be created by user with
CREATEPrivilege - Schemas: N/A
- Requires: N/A
RPM / DEB
- RPM Repo: PIGSTY
- RPM Name:
db_migrator_$v - RPM Ver :
1.0.0 - RPM Deps: N/A
- DEB Repo: PIGSTY
- DEB Name:
postgresql-$v-db-migrator - DEB Ver :
1.0.0 - DEB Deps: N/A
Availability
Installation
Install db_migrator via the pig CLI tool:
pig ext install db_migrator
Install db_migrator via Pigsty playbook:
./pgsql.yml -t pg_extension -e '{"pg_extensions": ["db_migrator"]}' # -l <cls>
Install db_migrator RPM from YUM repo directly:
dnf install db_migrator_17;
dnf install db_migrator_16;
dnf install db_migrator_15;
dnf install db_migrator_14;
dnf install db_migrator_13;
Install db_migrator DEB from APT repo directly:
apt install postgresql-17-db-migrator;
apt install postgresql-16-db-migrator;
apt install postgresql-15-db-migrator;
apt install postgresql-14-db-migrator;
apt install postgresql-13-db-migrator;
Create db_migrator extension on PostgreSQL cluster:
CREATE EXTENSION db_migrator;
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.