<div dir="ltr"><div>Hey,</div><div><br></div><div>I'm trying to run a sync of the DB locally, and after some initial struggles, I'm finally able to start to sync the data.</div><div><br></div><div>However, my sync bombs out when when trying to sync fac_id 3, as per my logs below (Full log is on PasteBin <a href="https://pastebin.com/r55K4r8Y">here</a>). </div><div><br></div><div><font face="monospace, monospace">{'fac': <b>[u'facility instance with id 3 does not exist.']</b>} : errors: {'fac': [u'facility instance with id 3 does not exist.']}</font></div><div><font face="monospace, monospace">fac: Missing Object, dict: {'_validators': [], 'auto_created': False, 'serialize': True, '_unique': False, 'unique_for_year': None, 'blank': False, 'help_text': u'', 'null': False, 'to_fields': ['id'], 'db_tablespace': '', 'db_index': True, 'is_relation': True, 'unique_for_month': None, 'unique_for_date': None, 'primary_key': False, 'concrete': True, 'swappable': True, 'max_length': None, 'rel': <ManyToOneRel: django_peeringdb.networkfacility>, 'from_fields': [u'self'], 'verbose_name': u'fac', '_choices': [], 'creation_counter': 129, 'validators': [], 'editable': True, 'related_model': <class 'django_peeringdb.models.concrete.Facility'>, 'error_messages': {u'unique': <django.utils.functional.__proxy__ object at 0x80a4d6a90>, u'invalid': <django.utils.functional.__proxy__ object at 0x80a55c550>, u'invalid_choice': <django.utils.functional.__proxy__ object at 0x809ac0990>, u'blank': <django.utils.functional.__proxy__ object at 0x80a4d6a50>, u'null': <django.utils.functional.__proxy__ object at 0x80a4d6a10>, u'unique_for_date': <django.utils.functional.__proxy__ object at 0x80a4d6ad0>}, '_related_fields': [(<django.db.models.fields.related.ForeignKey: fac>, <django.db.models.fields.AutoField: id>)], '_error_messages': None, 'db_constraint': True, '_verbose_name': None, 'name': 'fac', 'db_column': None, 'default': 0, 'attname': u'fac_id', 'column': u'fac_id', 'model': <class 'django_peeringdb.models.concrete.NetworkFacility'>, 'opts': <Options for NetworkFacility>}</font></div><div><font face="monospace, monospace"><b>fac.3 not found locally, trying to fetch object... </b></font></div><div><font face="monospace, monospace">Starting new HTTPS connection (1): <a href="http://www.peeringdb.com">www.peeringdb.com</a></font></div><div><font face="monospace, monospace"><b>"GET /api/fac/3?depth=0 HTTP/1.1" 404 None</b></font></div><div><br></div><div><br></div><div>When I look deeper here, I see that this is the core of the issue:</div><div><font face="monospace, monospace"><br></font></div><div><div><font face="monospace, monospace">Starting new HTTPS connection (1): <a href="http://www.peeringdb.com">www.peeringdb.com</a></font></div><div><font face="monospace, monospace">"<b>GET /api/netfac?since=1484585605&limit=0</b> HTTP/1.1" 200 None</font></div><div><font face="monospace, monospace">netfac last update 1484585605 1808 changed</font></div><div><font face="monospace, monospace">data to be processed 1808</font></div></div><div><br></div><div>Which, if we look at the data this returns, contains <font face="monospace, monospace">"fac_id": 3.</font></div><div><font face="monospace, monospace"><br></font></div><div>So, suggestions on how to proceed here?<br></div><div><br></div><div>/Ruairi</div></div>