mirror of
https://github.com/samvallad33/vestige.git
synced 2026-06-16 21:05:15 +02:00
Land the Postgres dev cluster recipe Jan provisioned on delandtj-home (rootless podman + pgvector/pgvector:pg18, PG 18.4, pgvector 0.8.2) and align all live ADR 0002 / Phase 2 sub-plan references from pg16 to pg18. - docs/plans/local-dev-postgres-setup.md -- rewritten end-to-end: podman container vestige-pg with --restart=always, named volume vestige-pgdata, PGDATA=/var/lib/postgresql/data/pgdata, port mapping 127.0.0.1:5432:5432, two-password split (superuser + app role), pgvector preinstalled, CREATE EXTENSION vector handled at setup, day-to-day commands, password rotation, dev-grade backup/restore, teardown, boot-persistence notes for rootless podman. Old native Arch install recipe moved to Out-of-scope (covered by image now). - docs/adr/0002-phase-2-execution.md -- the open-thread mention of pgvector/pgvector:pg16 in the Follow-ups section now reads pg18. - docs/plans/0002c-migrations.md -- container example in the local dev section updated to pg18. - docs/plans/0002d-store-impl-bodies.md -- testcontainers GenericImage tag pg16 -> pg18; prose reference updated. - docs/plans/0002h-testing-and-benches.md -- harness pg18 across testcontainers Postgres builder, image-caching prose, CI workflow example. The archival master plan (docs/plans/0002-phase-2-postgres-backend.md) keeps its original pg16 references intentionally; the supersession notice already points readers to the live sub-plans. |
||
|---|---|---|
| .. | ||
| 0001-phase-1-storage-trait-extraction.md | ||
| 0001a-trait-rewrite.md | ||
| 0001b-sqlite-split.md | ||
| 0001c-async-trait-sunset.md | ||
| 0002-phase-2-postgres-backend.md | ||
| 0002a-skeleton-and-feature-gate.md | ||
| 0002b-pool-and-config.md | ||
| 0002c-migrations.md | ||
| 0002d-store-impl-bodies.md | ||
| 0002e-hybrid-search.md | ||
| 0002f-migrate-cli.md | ||
| 0002g-reembed.md | ||
| 0002h-testing-and-benches.md | ||
| 0002i-runbook.md | ||
| 0003-phase-3-network-access.md | ||
| 0004-phase-4-emergent-domain-classification.md | ||
| local-dev-postgres-setup.md | ||