File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -64,8 +64,8 @@ mkdir "$logdir"
64
64
65
65
set -x
66
66
67
- $oldbindir /initdb
68
- $oldbindir /pg_ctl start -l " $logdir /postmaster1.log" -w
67
+ $oldbindir /initdb -N
68
+ $oldbindir /pg_ctl start -l " $logdir /postmaster1.log" -o ' -F ' - w
69
69
if " $MAKE " -C " $oldsrc " installcheck; then
70
70
pg_dumpall -f " $temp_root " /dump1.sql || pg_dumpall1_status=$?
71
71
if [ " $newsrc " != " $oldsrc " ]; then
104
104
105
105
mv " ${PGDATA} " " ${PGDATA} .old"
106
106
107
- initdb
107
+ initdb -N
108
108
109
109
pg_upgrade -d " ${PGDATA} .old" -D " ${PGDATA} " -b " $oldbindir " -B " $bindir "
110
110
111
- pg_ctl start -l " $logdir /postmaster2.log" -w
111
+ pg_ctl start -l " $logdir /postmaster2.log" -o ' -F ' - w
112
112
113
113
if [ $testhost = Msys ] ; then
114
114
cmd /c analyze_new_cluster.bat
You can’t perform that action at this time.
0 commit comments