mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-10 23:12:54 +00:00
The allowed modes as of Postgres 17 are: smart, fast, and immediate.
$ cargo neon stop
Finished dev [unoptimized + debuginfo] target(s) in 0.24s
Running `target/debug/neon_local stop`
postgres stop failed: pg_ctl failed, exit code: exit status: 1, stdout: , stderr: pg_ctl: unrecognized shutdown mode "fast "
Try "pg_ctl --help" for more information.