- need to create a (temporary ?) hibernate_sequence in the public schema (or hibernate will complain)
- settings table is definitely too hard to migrate using the migration system, truncating the table then inserting a default gn3-geor provided one. (tested by removing parentid / id by hand before with no luck)
- permission denied for public.geometry_column => grant ALL on ...
- Xmx set to 8196m
- After all the previous changes, JAVA_OPTS looks like this:
JAVA_OPTS="-Djava.awt.headless=true -Xmx8192m -XX:+UseConcMarkSweepGC -Dgeorchestra.datadir=/etc/georchestra -Dgeonetwork.jeeves.configuration.overrides.file=/etc/georchestra/geonetwork/config/config-overrides-georchestra.xml"