Fold a long command to some more lines

This commit is contained in:
Thomas Trepl (Moody) 2021-12-06 14:12:12 +01:00
parent 3f6bc0437f
commit e99a437690

View File

@ -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