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. > >
