Update PostgreSQL 17 → 18 in package lists and docs
Reflects the PG 18 upgrade already applied in the main repo. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
4c60ed81e3
commit
819aa43485
3 changed files with 5 additions and 5 deletions
|
|
@ -334,7 +334,7 @@ Derived from `setup/environment.ts` host baseline + desktop-installer + DE packa
|
|||
|
||||
**Clawdie host baseline:**
|
||||
`node24`, `npm`, `bsddialog`, `bastille`, `git`, `tmux`, `python311`, `py311-pip`,
|
||||
`py311-aider_chat`, `uv`, `ripgrep`, `fd-find`, `rsync`, `postgresql17-client`,
|
||||
`py311-aider_chat`, `uv`, `ripgrep`, `fd-find`, `rsync`, `postgresql18-client`,
|
||||
`py311-pillow`, `dejavu`
|
||||
|
||||
**Aider venv pin (post-install):**
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ rsync
|
|||
tailscale
|
||||
|
||||
# DB client (host talks to db jail)
|
||||
postgresql17-client
|
||||
postgresql18-client
|
||||
|
||||
# Media / fonts
|
||||
py311-pillow
|
||||
|
|
|
|||
|
|
@ -12,11 +12,11 @@ curl
|
|||
nginx
|
||||
node24
|
||||
npm
|
||||
postgresql17-client
|
||||
postgresql18-client
|
||||
|
||||
# db-jail
|
||||
postgresql17-server
|
||||
postgresql17-contrib
|
||||
postgresql18-server
|
||||
postgresql18-contrib
|
||||
pgvector
|
||||
|
||||
# worker-jail
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue