Commit ca9e8c8f authored by Claes Sjofors's avatar Claes Sjofors

upgrade.sh and release notes

parent 6fd84081
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
</table> </table>
<h2 id="mainmenu">Upgrading</h2> <h2 id="mainmenu">Upgrading</h2>
<table id="mainmenu" border="1" cellspacing="0" width="100%"> <table id="mainmenu" border="1" cellspacing="0" width="100%">
<tr><td id="mainmenu"><a id="mainmenu" href="upgrade52.pdf" target="right">Upgrading from V5.1</a></td></tr> <tr><td id="mainmenu"><a id="mainmenu" href="upgrade53.pdf" target="right">Upgrading from V5.2</a></td></tr>
</table> </table>
<br> <br>
<h2 id="mainmenu">Changelog</h2> <h2 id="mainmenu">Changelog</h2>
......
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
</table> </table>
<h2 id="mainmenu">Uppgradering</h2> <h2 id="mainmenu">Uppgradering</h2>
<table id="mainmenu" border="1" cellspacing="0" width="100%"> <table id="mainmenu" border="1" cellspacing="0" width="100%">
<tr><td id="mainmenu"><a id="mainmenu" href="../en_us/upgrade52.pdf" target="right">Uppgradering frn V5.1</a></td></tr> <tr><td id="mainmenu"><a id="mainmenu" href="../en_us/upgrade53.pdf" target="right">Uppgradering frn V5.2</a></td></tr>
</table> </table>
<br> <br>
<h2 id="mainmenu">ndringslogg</h2> <h2 id="mainmenu">ndringslogg</h2>
......
...@@ -559,17 +559,15 @@ usage() ...@@ -559,17 +559,15 @@ usage()
{ {
cat << EOF cat << EOF
upgrade.sh Upgrade from V5.0.0 to V5.1.0 upgrade.sh Upgrade from V5.2.0 to V5.3.1
Pass Pass
classvolumes Create loadfiles for classvolumes. classvolumes Create loadfiles for classvolumes.
renamedb Rename old databases. renamedb Rename old databases.
cnvdump Convert the dump files.
loaddb Load dumpfiles. loaddb Load dumpfiles.
compile Compile all plcprograms in the database compile Compile all plcprograms in the database
cnvobjects Convert objects in loaded database
createload Create new loadfiles. createload Create new loadfiles.
createboot Create bootfiles for all nodes in the project. createboot Create bootfiles for all nodes in the project.
...@@ -609,7 +607,7 @@ for db in $tmp; do ...@@ -609,7 +607,7 @@ for db in $tmp; do
fi fi
done done
passes="classvolumes renamedb cnvdump loaddb cnvobjects compile createload createboot" passes="classvolumes renamedb loaddb compile createload createboot"
#echo "Pass: $passes" #echo "Pass: $passes"
echo "" echo ""
echo -n "Enter start pass [classvolumes] > " echo -n "Enter start pass [classvolumes] > "
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment