OpenCms needs to update your database.
Detected Database is: <%=dbBean.getDbName() %>
Please be sure to have created a backup and exactly check all information stated below before continuing, and be also aware that this process may take several hours depending on your data.
<% if (dbBean.getDetectedVersion() < 7) { %>
<% } %>
Following db pool(s) will be upgraded:
<%
java.util.Iterator
it = dbBean.getPools().iterator();
while (it.hasNext()) {
String pool = it.next(); %>
<% out.println(dbBean.htmlPool(pool)); %>
<%
}
%>
<%= Bean.getHtmlPart("C_BLOCK_END") %>