You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We still don't want sync to actually sync changes back up to GitHub, which is controlled by git auth + having the canonical and github origins configured, but we do want sync to sync changes to the Numbers Server and Solr index.
Right now, this is broken because we only have one Postgres role/database for the editor named papyri with local trust auth, and no pn role /database for sync to store sync history. We may also need to create the sync_history table with the appropriate schema. So you'll see periodic errors e.g. FATAL: role "pn" does not exist
The text was updated successfully, but these errors were encountered:
We still don't want sync to actually sync changes back up to GitHub, which is controlled by git auth + having the
canonical
andgithub
origins configured, but we do want sync to sync changes to the Numbers Server and Solr index.Right now, this is broken because we only have one Postgres role/database for the editor named
papyri
with local trust auth, and nopn
role /database for sync to store sync history. We may also need to create thesync_history
table with the appropriate schema. So you'll see periodic errors e.g.FATAL: role "pn" does not exist
The text was updated successfully, but these errors were encountered: