Forum OpenACS Q&A: Re: Newbie - Mounted Address-Book package; Nothing Works Now

oh, and the servicename means the name of your database, which is probably the same as the name of your service.

The syntax of psql is: psql {dbname}. This is everything you always have to say. Your whole site is in one database instance, so the name remains the same regardless of what package you're working on.

In this case you want to get the SQL commands from a file, so you put "-f filename.sql" inside the psql command.

Collapse
Posted by garry g on
Thank you everyone for offering suggestions.  Everything is running normally again now.