Skip to content

Commit e0f46f8

Browse files
authored
Merge pull request #11344 from cdrini/final-solr-tweaks
Final solr tweaks from running solr deploy
2 parents 57839a2 + 826c472 commit e0f46f8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

compose.production.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ services:
2222
- ../olsystem/etc/ia.ini:/home/openlibrary/.config/ia.ini
2323

2424
solr:
25-
# Disabled while we're updating our version of solr, otherwise it'll pull down the new image!
26-
profiles: ["ol-never"]
25+
profiles: ["ol-solr0"]
2726
environment:
2827
# See compose.yaml for docs
2928
# Keep SOLR_OPTS in sync with other instances of solr in compose files

scripts/solr_builder/deploy-solr-next.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ fi
1818
source ./scripts/solr_builder/utils.sh
1919

2020
send_slack_message "#openlibrary-g" "
21-
Beep boop! Heads up moving solr from incubation to its production server. Process should take ~1.5 hours.
21+
Beep boop! Heads up moving solr from incubation to its production server. Process should take ~3 hours.
2222
Let me know if you notice any issues! (CC @cdrini)
2323
"
2424

@@ -47,6 +47,7 @@ fi
4747
# 5. Load ol-solr1 data on ol-solr0
4848

4949
# Require prompt before continuing
50+
echo "Double check the storage space on $SOLR_PROD_SERVER. You might have to delete the dump from /tmp/solr that was uploaded to IA. You can also double check the md5 before deleting."
5051
wait_yn "Ready to begin deleting solr?"
5152

5253
./scripts/solr_builder/restore-solr.sh $SOLR_PROD_SERVER $SOLR_BUILDER_SERVER
@@ -68,5 +69,5 @@ test_all_ol_search # Confirm everything is working
6869
send_slack_message "#openlibrary-g" "
6970
Ok, solr moved over, and production now connected to it! Note it's catching up on edits done
7071
since the start of this, but should be done soon :+1: Let me know if you notice
71-
anything off! (cc @cdrini @seabelis)
72+
anything off! (cc @cdrini)
7273
"

0 commit comments

Comments
 (0)