You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2020/07/07 15:59:31 UTC

svn commit: r1879593 [3/5] - in /manifoldcf/trunk/site/src/documentation/content/xdocs: ja_JP/end-user-documentation.xml ja_JP/how-to-build-and-deploy.xml zh_CN/end-user-documentation.xml zh_CN/how-to-build-and-deploy.xml

Modified: manifoldcf/trunk/site/src/documentation/content/xdocs/ja_JP/how-to-build-and-deploy.xml
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/site/src/documentation/content/xdocs/ja_JP/how-to-build-and-deploy.xml?rev=1879593&r1=1879592&r2=1879593&view=diff
==============================================================================
--- manifoldcf/trunk/site/src/documentation/content/xdocs/ja_JP/how-to-build-and-deploy.xml (original)
+++ manifoldcf/trunk/site/src/documentation/content/xdocs/ja_JP/how-to-build-and-deploy.xml Tue Jul  7 15:59:31 2020
@@ -764,8 +764,7 @@ start[.bat|.sh]
           <p>The basic steps required to set up and run ManifoldCF in command-driven file-based multi-process mode are as follows:</p>
           <p></p>
           <ul>
-            <li>Install PostgreSQL or MySQL.  The PostgreSQL JDBC driver included with ManifoldCF is known to work with version 9.1, so that version is the currently recommended
-              one.  If you want to use MySQL, the ant "download-dependencies" build target will fetch the appropriate MySQL JDBC driver.</li>
+            <li>Install PostgreSQL or MySQL.  The PostgreSQL JDBC driver included with ManifoldCF is 42.x and is thus current through Postgresql 12.  If you want to use MySQL, the ant "download-dependencies" build target will fetch the appropriate MySQL JDBC driver.</li>
             <li>Configure the database for your environment; the default configuration is acceptable for testing and experimentation.</li>
             <li>Create the database instance (see commands below)</li>
             <li>Initialize the database instance (see commands below)</li>
@@ -974,7 +973,7 @@ start[.bat|.sh]
              <li>PostgreSQL has a high degree of parallelism and lack of internal single-threadedness.</li>
           </ul>
           <p></p>
-          <p>ManifoldCF has been tested against version 8.3.7, 8.4.5, 9.1, 9.2, and 9.3 of PostgreSQL.  We recommend the following configuration parameter settings to work optimally with ManifoldCF:</p>
+          <p>ManifoldCF has been tested against version 8.3.7, 8.4.5, 9.1, 9.2, 9.3, 10, 11, and 12 of PostgreSQL.  We recommend the following configuration parameter settings to work optimally with ManifoldCF:</p>
           <p></p>
           <ul>
              <li>A default database encoding of UTF-8</li>