From 633b88e2ade9aa059b0fe95bf6b441a8efebdf44 Mon Sep 17 00:00:00 2001 From: "Alex Pooley (@zuedev)" Date: Wed, 13 May 2026 16:50:35 +0100 Subject: postgres migrations --- communities/red-right-hand/174bg.net/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'communities/red-right-hand/174bg.net/README.md') diff --git a/communities/red-right-hand/174bg.net/README.md b/communities/red-right-hand/174bg.net/README.md index b1d2ba4..6fee992 100644 --- a/communities/red-right-hand/174bg.net/README.md +++ b/communities/red-right-hand/174bg.net/README.md @@ -11,7 +11,7 @@ The website is built using [Next.js](https://nextjs.org/) and is deployed via [D After starting the containers, apply the database migrations by piping each SQL file in `better-auth_migrations/` into the postgres container: ```sh -cat better-auth_migrations/*.sql | docker compose exec -T postgres psql -U postgres -d postgres +docker compose exec -T 174bg-net sh -c 'cat better-auth_migrations/*.sql' | docker compose exec -T postgres psql -U postgres -d postgres ``` > If your `.env` uses a different `POSTGRES_USER` or `POSTGRES_DB`, substitute those values for `postgres` above. -- cgit v1.2.3