There was an error while loading. Please reload this page.
1 parent d7cb72b commit ce1fb12Copy full SHA for ce1fb12
1 file changed
migrations/verify.go
@@ -33,6 +33,8 @@ func dump(c *PostgresConfig) ([]byte, error) {
33
"-h", c.Host,
34
"-p", c.Port,
35
"-U", c.User,
36
+ // if not specified, will be random, so not repeatable
37
+ "--restrict-key=key",
38
c.Database)
39
cmd.Dir = tempDir
40
cmd.Env = append(cmd.Env, "PGPASSFILE="+passFilePath)
0 commit comments