Skip to content

DRAFT 1.1 Migration Guide

Adrian Edwards edited this page Jun 9, 2026 · 12 revisions

Schema names

v1.1 has renamed the database schemas. If you have queries relying on the following schemas, please rename them as follows:

  • augur_data -> data
  • augur_operations -> operations

These schemas are considered internal to CollectOSS and may be subject to breaking changes. In a future version, we will be introducing a stable schema that will be tested and will become part of our public API commitment.

Environment Variables

Docker Entrypoints

Clone this wiki locally