ingest: set DATABASE_URL from POSTGRES_RAG_DSN
All checks were successful
ingest / ingest (push) Successful in 4s

This commit is contained in:
compass-admin 2026-04-23 16:46:00 +00:00
parent b9412a97aa
commit ae81d40084

View File

@ -22,7 +22,10 @@ jobs:
# scripts/runner-config.yaml for the rationale.
network: ${{ vars.COMPASS_NETWORK || 'compass_default' }}
env:
# Pgvector chunk store.
# Pgvector chunk store. The CLI reads DATABASE_URL (ottomator
# legacy name); POSTGRES_RAG_DSN is kept for symmetry with the
# long-running app service env and the runbook.
DATABASE_URL: ${{ secrets.POSTGRES_RAG_DSN }}
POSTGRES_RAG_DSN: ${{ secrets.POSTGRES_RAG_DSN }}
# Raw Graphiti graph (7688). These are NOT the structured-graph
# write creds — those only exist in compass/migrations.