mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
Fold a long command to some more lines
This commit is contained in:
parent
3f6bc0437f
commit
e99a437690
@ -208,7 +208,9 @@ make</userinput></screen>
|
||||
<screen><userinput role="root">pushd $(pwd)/DESTDIR/tmp
|
||||
/etc/rc.d/init.d/postgresql stop
|
||||
su postgres -c "../usr/bin/initdb -D /srv/pgsql/newdata"
|
||||
su postgres -c "../usr/bin/pg_upgrade -d /srv/pgsql/data -D /srv/pgsql/newdata -b /usr/bin -B ../usr/bin"
|
||||
su postgres -c "../usr/bin/pg_upgrade \
|
||||
-d /srv/pgsql/data -b /usr/bin \
|
||||
-D /srv/pgsql/newdata -B ../usr/bin"
|
||||
popd</userinput></screen>
|
||||
|
||||
<para>At this stage, you have your database files two times on
|
||||
|
Loading…
Reference in New Issue
Block a user