Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd6d9cf9

Browse files
authored
fix: Downgrade embedded PostgreSQL (#3453)
This was causing a new data path to occur, which broke existing installs.It needs to use the same path and upgrade instead.
1 parentfd73d6d commitd6d9cf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎cli/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1153,7 +1153,7 @@ func startBuiltinPostgres(ctx context.Context, cfg config.Root, logger slog.Logg
11531153
stdlibLogger:=slog.Stdlib(ctx,logger.Named("postgres"),slog.LevelDebug)
11541154
ep:=embeddedpostgres.NewDatabase(
11551155
embeddedpostgres.DefaultConfig().
1156-
Version(embeddedpostgres.V14).
1156+
Version(embeddedpostgres.V13).
11571157
BinariesPath(filepath.Join(cfg.PostgresPath(),"bin")).
11581158
DataPath(filepath.Join(cfg.PostgresPath(),"data")).
11591159
RuntimePath(filepath.Join(cfg.PostgresPath(),"runtime")).

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp