Forum OpenACS Q&A: Re: sitemap broken after db import

Collapse
Posted by Tilmann Singer on
That's the required sequence of actions:

createdb yourdb
psql yourdb < ..../postgresql.sql
psql yourdb < your_dump_file.sql

Otherwise some things in your dumpfile will fail to create I guess.

I don't know if that is mentioned in the docs - it should be for sure. Feel free to add it if it's missing 😉

Collapse
Posted by Tom Lazar on
tilmann,

thanks for the hint: the sitemap is now working on my local copy and my faith in oacs has been restored *eg*

Ion,

I haven't tried out your hint this time, but thanks to you too ;)