On 15/05/2015 06:59, Philipp v. Thunen wrote: > I was using a Sync Server 1.5 with Apache, WSGI, and MySQL for several > months now, but had to migrate it to another machine. After that, I did > a upgrade via git. I use Mozilla's auth servers. > > Since then, Firefox does not sync anymore. The (webserver) log looks > like quoted below. > > The most important line seems to be the last one - an unknown column in > a database. Is that MY sync database or Mozilla's user database?
It's definitely in your sync database. Specifically, it's the table back this code: https://github.com/mozilla-services/syncserver/blob/master/syncserver/staticnode.py#L31 Can you confirm whether the columns in your table match those listed in the file above? > At first, I thought my database scheme would be out of sync somehow, but > the columns names, especially "email", don't seem to fit my setup, as it > should never store the user's mail address (should it?) That column is named "email" for legacy reasons, the value that winds up in there will be "<your-account-uuid>@api.accounts.firefox.com". Cheers, Ryan _______________________________________________ Sync-dev mailing list [email protected] https://mail.mozilla.org/listinfo/sync-dev

