Sha256: 1cf57cb8e6a2ae09e08842fc1ee780bdac1f383ca23637f0683759471277684d

Contents?: true

Size: 773 Bytes

Versions: 3

Compression:

Stored size: 773 Bytes

Contents

# source database URL
# database URLs take the format of:
#   postgres://user:password@host:port/dbname
#
# we recommend a command which outputs a database URL
# so sensitive information is not included in this file
#
# we *highly recommend* you use sslmode=verify-full when possible
# see https://ankane.org/postgres-sslmode-explained for more info
from: $(some_command)?sslmode=require

# destination database URL
to: postgres://localhost:5432/myapp_development

# exclude tables
# exclude:
#   - schema_migrations
#   - ar_internal_metadata

# define groups
# groups:
#   group1:
#     - table1
#     - table2

# protect sensitive information
data_rules:
  email: unique_email
  phone: unique_phone
  last_name: random_letter
  birthday: random_date
  encrypted_*: null

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
pgsync-0.5.1 config.yml
pgsync-0.5.0 config.yml
pgsync-0.4.3 config.yml