Sign inSign up

asabhi6776/pgcopydb

By asabhi6776

•Updated over 2 years ago

Image
0

514

asabhi6776/pgcopydb repository overview

⁠PGCOPYDB

This repository contains dockerfile, docker-compose and deployment to run pgcopydb in docker or kubernetes.

CircleCI

⁠Installation

Run this in docker or kubernetes.

  git clone https://github.com/asabhi6776/pgcopydb.git
  cd pgcopydb
  docker-compose up -d
  # In kubernetes
  kubectl apply -f deployment.yaml

⁠Environment Variables

To run this project, you will need to add the following environment variables to your .env file

PGCOPYDB_SOURCE_PGURI='port=5432 hostsource_pg_ip dbname=dbname user=username password=password'

PGCOPYDB_TARGET_PGURI='port=5432 host=destination_pg_ip dbname=dbname user=username password=password'

⁠Documentation

Documentation⁠

⁠License

MIT⁠

Tag summary

Content type

Image

Digest

sha256:279d602cb…

Size

100.6 MB

Last updated

over 2 years ago

docker pull asabhi6776/pgcopydb