To test
-------
[1] After applying the patch, run eg_db_config --update-config --service all
as per the upgrade instructions.
[2] Verify that the <open-ils.qstore> section of opensrf.xml contains
the correct database credentials.
Signed-off-by: Jason Etheridge <jason@esilibrary.com>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
);
if (grep(/^all$/, @services)) {
- @services = qw/reporter open-ils.cstore open-ils.pcrud open-ils.storage open-ils.reporter-store state_store/;
+ @services = qw/reporter open-ils.cstore open-ils.pcrud open-ils.storage open-ils.reporter-store state_store open-ils.qstore/;
}
my $eg_config = File::Spec->catfile($script_dir, '../extras/eg_config');