Forum OpenACS Development: Re: import database

Collapse
3: Re: import database (response to 1)
Posted by Claudio Pasolini on
By default the 'createdb' command clones the 'template1' database and in your case it already contains several objects and functions.

Try: createdb -E UNICODE -T template0 openacs

Hope this helps.

Collapse
4: Re: import database (response to 3)
Posted by Iuri Sampaio on
Thanks Claudio,
psql -f ran properly. Database importing succeed with no errors!

The key was to know the ltree's datamodel was related to template0 database

Furthermore, i guess not but, is that affect something on the openacs database?

best,