Sha256: 99a949dc29f762394ad3ab25eec0608093d0c0d6dbc6aa64e7460ecf2b5c5f6c

Contents?: true

Size: 770 Bytes

Versions: 15

Compression:

Stored size: 770 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}
# define groups
# groups:
#   group1:
#     - table1
#     - table2

# sync specific schemas
# schemas:
#   - public

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

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
pgsync-0.8.0 config.yml
pgsync-0.7.4 config.yml
pgsync-0.7.3 config.yml
pgsync-0.7.2 config.yml
pgsync-0.7.1 config.yml
pgsync-0.7.0 config.yml
pgsync-0.6.8 config.yml
pgsync-0.6.7 config.yml
pgsync-0.6.6 config.yml
pgsync-0.6.5 config.yml
pgsync-0.6.4 config.yml
pgsync-0.6.3 config.yml
pgsync-0.6.2 config.yml
pgsync-0.6.1 config.yml
pgsync-0.6.0 config.yml