Hi everybody
I have a question:
I'm migrating from version 2.10.4 to 3.0.1, what is the process for
migrating the database ???
I have done this, you tell me if I'm right:
1. created a new postgres database on the server where I am installing
version 3.0.1.
2. With the backup of postgres database version 2.10.4 geonetwork restored
it in my new server with the command pg_restore
3. After deploying the WAR 3.0.1, configure the following files:
/WEB-INF/config-db/jdbc.properties
jdbc.username = geonetwork
jdbc.password = *************
jdbc.database = geonetwork
jdbc.host = localhost
and in
/WEB-INF/config-node/srv.xml
! - Uncomment the database configuration you need to use ->
<! - <Import resource = "../ config-db / h2.xml" /> ->
comment this line
<! - <Import resource = "../ config-db /
jndi-postgres-postgis.xml" /> ->
<! - <Import resource = "../ config-db / oracle.xml" /> ->
<! - <Import resource = "../ config-db / mysql.xml" /> ->
<! - <Import resource = "../ config-db / db2.xml" /> ->
<Import resource = "../ config-db / postgres.xml" /> uncommented this line
<! - <Import resource = "../ config-db / sqlserver.xml" /> ->
</ Beans>
4. Restart the tomcat
5. Access to http: // localhost: 8080 / geonetwork
6. I can see they are all metadata migrated from the previous version, but
here is the problem with the edition fields with Spanish language, do not
appear.
This is the correct migration process?? I'm doing something wrong ???
Attached pictures:
<http://osgeo-org.1560.x6.nabble.com/file/n5216789/editmetadata.png>
<http://osgeo-org.1560.x6.nabble.com/file/n5216789/editmetadata2.png>
<http://osgeo-org.1560.x6.nabble.com/file/n5216789/editmetadata3.png>
Database: Postgresql
SO: Centos 6.5
Server: Apache-Tomcat
Thanks for all your help
--
View this message in context: http://osgeo-org.1560.x6.nabble.com/Migration-Geonetwork-2-10-4-3-0-1-tp5216789.html
Sent from the GeoNetwork users mailing list archive at Nabble.com.