Skip to content

Instantly share code, notes, and snippets.

@murdos
Created June 27, 2012 18:10
Show Gist options
  • Save murdos/3005780 to your computer and use it in GitHub Desktop.
Save murdos/3005780 to your computer and use it in GitHub Desktop.
murdos@hyperion:~/projects/musicbrainz/mbslave$ ./mbslave-sync.py
Downloading http://ftp.musicbrainz.org/pub/musicbrainz/data/replication//replication-60134.tar.bz2
Processing /tmp/tmpyLg7Zk.tar.bz2
- Packet was produced at 2012-06-26 00:40:22.382983+00
Traceback (most recent call last):
File "./mbslave-sync.py", line 189, in <module>
process_tar(tmp, db, schema, ignored_tables, schema_seq, replication_seq, hook)
File "./mbslave-sync.py", line 142, in process_tar
importer.process()
File "./mbslave-sync.py", line 110, in process
cursor.execute(sql, params)
psycopg2.DataError: value "07055031770" is out of range for type integer
LINE 1: DELETE FROM musicbrainz.label_ipi WHERE ipi='07055031770' AN...
^
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment