[GeoNetwork-users] How to backup GeoNetwork

I've installed a Geonetwork under tomcat 7.0.37 without specify any
database so I suppose it's using a h2 database, right?

The server is working fine, but I'd like to know how to make a backup.

I've tried:

1) Copy the whole Tomcat in other machine.
2) Install a new tomcat and copy the geonetwork folder inside webapps.

In both cases I get:

java.lang.IllegalArgumentException: Subversion repository at
/Users/javierroberto/Proyectos/apache-tomcat-7.0.37/webapps/catalogue/WEB-INF/data/data/metadata_subversion
has uuid 4575884a-82f1-489d-8a76-5d73d6113742 which does not match
repository uuid held in database 5f4cb0ba-6df5-4083-804d-eacd9c5ac0fb

Does geonetwork have an standard way to do backups? How other users are
doing it?

Thanks a lot!

2014-06-19 15:11 GMT+02:00 Alberto Asuero <alberto.asuero@anonymised.com>:

I've installed a Geonetwork under tomcat 7.0.37 without specify any
database so I suppose it's using a h2 database, right?

Yes probably. Check in administration > system information for details.

The server is working fine, but I'd like to know how to make a backup.

I've tried:

1) Copy the whole Tomcat in other machine.
2) Install a new tomcat and copy the geonetwork folder inside webapps.

In both cases I get:

java.lang.IllegalArgumentException: Subversion repository at

/Users/javierroberto/Proyectos/apache-tomcat-7.0.37/webapps/catalogue/WEB-INF/data/data/metadata_subversion
has uuid 4575884a-82f1-489d-8a76-5d73d6113742 which does not match
repository uuid held in database 5f4cb0ba-6df5-4083-804d-eacd9c5ac0fb

Does geonetwork have an standard way to do backups? How other users are
doing it?

You should go to adminstration > system information panel and check :
* where are the data stored ? (eg. uploaded documents, thesaurus, logos,
...)
* what db you're using ?

Then you can backup :
* the database
* the data directory
* and the webapp if you customized it.

HTH.

Francois

Thanks a lot!

------------------------------------------------------------------------------
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
_______________________________________________
GeoNetwork-users mailing list
GeoNetwork-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-users
GeoNetwork OpenSource is maintained at
http://sourceforge.net/projects/geonetwork

Hi list,

I have to generate passwords hashes to store into Geonetwork database
from outside. Which hashing scenario must I use to get the proper hash
by the end (i.e. the one which will be authenticated when the user will
log into geonetwork).

I have tried SHA1, SHA256, MD5, but none of my results look like what is
stored in the users table.

Thanks

Guillaume