Skip to content

Commit c4131f7

Browse files
author
Wayne Bloss
authored
fix: match db locale of Supabase cloud in local development (#834)
1 parent 4ce0595 commit c4131f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/db/start/start.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ func StartDatabase(ctx context.Context, fsys afero.Fs, w io.Writer, options ...f
4545
Env: []string{
4646
"POSTGRES_PASSWORD=postgres",
4747
"POSTGRES_HOST=/var/run/postgresql",
48+
"LC_ALL=C.UTF-8",
4849
},
4950
Healthcheck: &container.HealthConfig{
5051
Test: []string{"CMD", "pg_isready", "-U", "postgres", "-h", "localhost", "-p", "5432"},

0 commit comments

Comments
 (0)