[GeoNetwork-devel] Upgrade 2.1 to 2.2

Hello,

I have a GeoNetwork 2.1 site with about 1500 records in a postgresql
database. We also have a couple dozen users with various permissions. I am
now wanting to upgrade to GeoNetwork 2.2. I would like to preserve
everything and make this migration as seamless as posible. Anyone have any
guidance here?

Cheers,
Byron
--
View this message in context: http://www.nabble.com/Upgrade-2.1-to-2.2-tp17462671p17462671.html
Sent from the geonetwork-devel mailing list archive at Nabble.com.

Hi,

I believe the only database changes from 2.1 to 2.2 is in the metadata table itself.
Just run an ‘ALTER TABLE’ command to add these two columns and you should be able to connect a 2.2 implementation to your current database:
ALTER TABLE Metadata
ADD ( rating int default 0 not null,
popularity int default 0 not null );

Correct me if I’m wrong guys.

Steve

ByronC wrote:

···
-- 
_________________________________________
Steve Sare
Development Manager - WfMS

CARIS
115 Waggoners Lane, Fredericton, New Brunswick, Canada, E3B 2L4
Tel: +1-506-458-8533  Fax: +1-506-459-3849
____________________________________________________
This email and any files transmitted with it are confidential and
intended only for the addressee(s). If you are not the intended
recipient(s) please notify us by email reply. You should not use,
disclose, distribute or copy this communication if received in error.

Any views or opinions expressed in this email are solely those of the
author and do not necessarily represent those of the company. No binding
contract will result from this email until such time as a written
document is signed on behalf of the company.