Skip to content

Commit f04bbbc

Browse files
committed
sql
1 parent c2a259c commit f04bbbc

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

AGENTS.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,8 @@ This prevents "Airport {IATA} not found" warnings when flights reference the air
1919

2020
## Touching the database
2121

22-
You can call the DB directly by using `psql` and the DATABASE_URL in `grep DATABASE sitio-sveltekit/.env`.
22+
The database is not directly accessible from outside. To query it, SSH into `absolute-slop` and use dokku:
23+
24+
```bash
25+
ssh -T absolute-slop "dokku postgres:connect flybondi <<< \"YOUR SQL HERE;\""
26+
```

0 commit comments

Comments
 (0)