Changeset 4589 for trunk/doc/src/docbook/admindoc/installation_upgrade.xml
- Timestamp:
- Oct 16, 2008, 1:23:42 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/src/docbook/admindoc/installation_upgrade.xml
r4567 r4589 1002 1002 Change directory to 1003 1003 <filename class="directory"><base-dir>/bin</filename> 1004 and run <filename>initdb.sh</filename> as 1005 <programlisting>./initdb.sh [base_root_login] base_root_password</programlisting> 1004 and execute the following commands: 1005 <programlisting> 1006 ./initdb.sh [base_root_login] base_root_password 1007 ./updateindexes.sh 1008 </programlisting> 1009 1010 The second command is important for PostgreSQL users 1011 since the Hibernate database initialisation utility 1012 is not able to create all indexes that are required. 1013 BASE will still work without the indexes but performance 1014 may suffer. 1006 1015 1007 1016 <important>
Note: See TracChangeset
for help on using the changeset viewer.