From cccfa3598073765d84d4924c6f3adbc831fc8b37 Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Fri, 9 Nov 2012 16:47:36 -0500 Subject: [PATCH] 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 --- Open-ILS/src/support-scripts/eg_db_config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); -- 2.43.2