[OPEN-ILS-GENERAL] Can I after the fact (install) add the concerto sample data?

Jason Stephenson jason at sigio.com
Wed Jul 13 19:43:08 EDT 2016


You won't need --service all.

You will probably need --create-schema and possibly --create-database as
well.  Those will also drop the existing database and recreate it.  I
have never done --load-all-sample without also using those two options,
so I'm not certain how it works without them.

On 07/13/2016 05:02 PM, Jim Lynch wrote:
> If so, is this the way to do it?
> 
> perl Open-ILS/src/support-scripts/eg_db_config \ --service all \ --user
> <user> --password <password> --hostname <hostname> --port <port> \
> --database <dbname> --load-all-sample Or ? Thanks, Jim.
> 
> 


More information about the Open-ils-general mailing list