ErrLookup › ankane/pgsync

ankane/pgsync

Sync data from one Postgres database to another · Ruby · 13 source files

Analyzed at 57bdddf5db on 2026-08-23. 33 documented errors.

Code / MessageTypeSeverityTags
Specify either --db or --config, not both
exception error
Cannot use --overwrite with --in-batches
exception error
Invalid connection string. Make sure it works with `psql`
exception error
libpq is too old. Upgrade it and run `gem install pg`
exception error
Usage: pgsync --init [db]
exception error
#{file} exists.
exception error
Cannot use --preserve with --schema-first or --schema-only
exception error
Schema sync returned non-zero exit code
exception error
pg_restore not found
exception error
Usage: pgsync [options]
exception error
No source
exception error
No destination
exception error
Danger! Add `to_safe: true` to `.pgsync.yml` if the destinat
exception error
Postgres 9.5+ is required for --preserve and --overwrite
exception error
Cannot use --in-batches with multiple tables
exception error
e.message
exception error
Config file not found: #{file}
exception error
Command exited with non-zero status: #{command}
exception error
Sync failed for #{failed_tables.size} table#{failed_tables.s
exception error
This should never happen. Please file a bug.
exception error
Primary key required for --in-batches
exception error
Primary key required for --overwrite
exception error
Primary key required for --preserve
exception error
Primary key required to sync specific rows
exception error
Unknown rule #{rule.inspect} for column #{column}
exception error
Unknown rule #{rule} for column #{column}
exception error
Single column primary key required for this data rule: #{rul
exception error
Group not found: #{group}
exception error
Cannot use parameters with tables
exception error
Cannot resolve table: #{value}
exception error
Table not found in source: #{table.name}
exception error
Missing variables: #{missing_vars.uniq.join(", ")}
exception error
Table not found in #{description}: #{table}
exception error