Créer la base PostgreSQL simpliste sur le VPS #49
Labels
No labels
source:analyste
source:defenseur
source:human
source:medic
status:approved
status:blocked
status:in-progress
status:needs-fix
status:ready
status:review
status:triage
type:bug
type:feature
type:infra
type:refactor
type:schema
type:security
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: maximus/simpl-liste#49
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Contexte
L'API web utilise PostgreSQL avec le schema
sl_. La base doit être créée sur l'instance PostgreSQL partagée du VPS.Taches
docker execdans le container postgres)CREATE DATABASE simpliste;CREATE USER simpliste WITH PASSWORD '...';GRANT ALL PRIVILEGES ON DATABASE simpliste TO simpliste;npx drizzle-kit pushdepuisweb/npx tsx src/db/seed.ts <user-id>Dépendances
Aucune — tâche infra sur le VPS
Base
simplistecréée dans PostgreSQL (VPS).simplisteavec droits complets