Skip to content

Commit 6a5e246

Browse files
authored
fix: remove cluster wide search path config (#4472)
1 parent 1e00c10 commit 6a5e246

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

internal/db/start/start.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,6 @@ func Run(ctx context.Context, fromBackup string, fsys afero.Fs) error {
6161
}
6262

6363
func NewContainerConfig(args ...string) container.Config {
64-
if utils.Config.Db.MajorVersion >= 14 {
65-
// Extensions schema does not exist on PG13 and below
66-
args = append(args, "-c", "search_path='$user,public,extensions'")
67-
}
6864
env := []string{
6965
"POSTGRES_PASSWORD=" + utils.Config.Db.Password,
7066
"POSTGRES_HOST=/var/run/postgresql",

0 commit comments

Comments
 (0)