From: Jason Etheridge Date: Fri, 9 Nov 2012 21:47:36 +0000 (-0500) Subject: LP#1077212: add qstore to eg_db_config.pl --update-config list X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=cccfa3598073765d84d4924c6f3adbc831fc8b37;p=Evergreen.git LP#1077212: add qstore to eg_db_config.pl --update-config list To test ------- [1] After applying the patch, run eg_db_config --update-config --service all as per the upgrade instructions. [2] Verify that the section of opensrf.xml contains the correct database credentials. Signed-off-by: Jason Etheridge Signed-off-by: Galen Charlton --- diff --git a/Open-ILS/src/support-scripts/eg_db_config.in b/Open-ILS/src/support-scripts/eg_db_config.in index b59d044b86..a08dda96ce 100755 --- a/Open-ILS/src/support-scripts/eg_db_config.in +++ b/Open-ILS/src/support-scripts/eg_db_config.in @@ -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');