We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11bd66d commit 4be2ac3Copy full SHA for 4be2ac3
internal/link/link.go
@@ -69,6 +69,7 @@ func LinkServices(ctx context.Context, projectRef, serviceKey string, skipPooler
69
func() error { return linkStorage(ctx, projectRef) },
70
func() error {
71
if skipPooler {
72
+ utils.Config.Db.Pooler.ConnectionString = ""
73
return fsys.RemoveAll(utils.PoolerUrlPath)
74
}
75
return linkPooler(ctx, projectRef, fsys)
0 commit comments