Thursday 6 November 2014

Migrating from Adempiere to iDempiere on Ubuntu


I am migrating Adempiere 360 LTS to iDempiere 2.1, on Ubuntu 14.04.1 LTS.

When following the Wiki instruction at http://www.globalqss.com/wiki/index.php/IDempiere/Importing_DB_Seed_Manually, the step:
psql -d idempiere -U adempiere -c 'CREATE EXTENSION "uuid-ossp"'
Failed with
ERROR:  could not open extension control file "/usr/share/postgresql/9.1/extension/uuid-ossp.control": No such file or directory
Which was promptly resolved with
apt-get install apt-get install postgresql-contrib-9.1
Thanks to https://stackoverflow.com/questions/20810921/cant-use-uuid-and-create-an-extension-to-use-it/20821491#20821491

A huge thanks to GlobalQSS for the wiki, which had already saved me countless hours.

No comments:

Post a Comment