LP#1077212: add qstore to eg_db_config.pl --update-config list
authorJason Etheridge <jason@esilibrary.com>
Fri, 9 Nov 2012 21:47:36 +0000 (16:47 -0500)
committerGalen Charlton <gmc@equinoxinitiative.org>
Thu, 25 May 2017 13:32:46 +0000 (09:32 -0400)
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>

Open-ILS/src/support-scripts/eg_db_config.in

index b59d044..a08dda9 100755 (executable)
@@ -283,7 +283,7 @@ GetOptions("create-schema" => \$cschema,
 );
 
 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');