mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-04 12:02:55 +00:00
committed by
GitHub
parent
76777f5812
commit
68aa9d2715
@@ -185,6 +185,7 @@ fn run_initdb(conf: &'static PageServerConf, initdbpath: &Path) -> Result<()> {
|
||||
let initdb_output = Command::new(initdb_path)
|
||||
.args(&["-D", initdbpath.to_str().unwrap()])
|
||||
.args(&["-U", &conf.superuser])
|
||||
.args(&["-E", "utf8"])
|
||||
.arg("--no-instructions")
|
||||
// This is only used for a temporary installation that is deleted shortly after,
|
||||
// so no need to fsync it
|
||||
|
||||
Reference in New Issue
Block a user