May 2019
Intermediate to advanced
600 pages
20h 46m
English
pg_ctl -D datadir stop -m immediate
pg_ctlcluster 11 main stop -m immediate
As we mentioned in the previous recipe, this is just a wrapper around pg_ctl. From this example, we can see that it can pass through the -m immediate option.
Read now
Unlock full access