Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update mongo server ip address to off1 #9643

Merged
merged 4 commits into from
Jan 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/gen_feeds_daily_obf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export PERL5LIB="../lib:${PERL5LIB}"
./gen_top_tags_per_country.pl
./compute_missions.pl
./export_database.pl
./mongodb_dump.sh /srv/obf/html openbeautyfacts 10.0.0.3 obf
./mongodb_dump.sh /srv/obf/html openbeautyfacts 10.1.0.102 obf

cd /srv/obf/html/data
gzip < en.openbeautyfacts.org.products.rdf > en.openbeautyfacts.org.products.rdf.gz
Expand Down
2 changes: 1 addition & 1 deletion scripts/gen_feeds_daily_off.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export PERL5LIB="../lib:${PERL5LIB}"
./gen_top_tags_per_country.pl
#./compute_missions.pl
./export_database.pl
./mongodb_dump.sh /srv/off/html openfoodfacts 10.0.0.3 off
./mongodb_dump.sh /srv/off/html openfoodfacts 10.1.0.102 off

cd $OFF_PUBLIC_DATA_DIR
gzip < en.openfoodfacts.org.products.rdf > en.openfoodfacts.org.products.rdf.gz
Expand Down
2 changes: 1 addition & 1 deletion scripts/gen_feeds_daily_opf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export PERL5LIB="../lib:${PERL5LIB}"
./gen_top_tags_per_country.pl
./compute_missions.pl
./export_database.pl
./mongodb_dump.sh /srv/opf/html openproductsfacts 10.0.0.3 opf
./mongodb_dump.sh /srv/opf/html openproductsfacts 10.1.0.102 opf

cd /srv/opf/html/data
gzip < en.openproductsfacts.org.products.rdf > en.openproductsfacts.org.products.rdf.gz
Expand Down
2 changes: 1 addition & 1 deletion scripts/gen_feeds_daily_opff.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export PERL5LIB="../lib:${PERL5LIB}"
./gen_top_tags_per_country.pl
./compute_missions.pl
./export_database.pl
./mongodb_dump.sh /srv/opff/html openpetfoodfacts 10.0.0.3 opff
./mongodb_dump.sh /srv/opff/html openpetfoodfacts 10.1.0.102 opff

cd /srv/opff/html/data
gzip < en.openpetfoodfacts.org.products.rdf > en.openpetfoodfacts.org.products.rdf.gz
Expand Down