Skip to content

Commit

Permalink
Update archive related scripts for production
Browse files Browse the repository at this point in the history
  • Loading branch information
hongsudt committed Oct 24, 2024
1 parent 1cca499 commit 46ea7e0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/cron/crontab/pdb_gen_archive_production.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
# -------

cd /home/pdbihm
#sudo -u pdbihm python3 -m pdb_dev.archive.client --config /home/pdbihm/pdb/config/www/pdb_archive.json
sudo -u pdbihm python3 -m pdb_dev.processing.archive.client --config /home/pdbihm/pdb/config/www/pdb_archive.json --host data.pdb-dev.org --catalog-id 1
sudo -u pdbihm python3 -m pdb_dev.processing.archive.client --config /home/pdbihm/config/archive_processing/pdb_archive_config.json --host data.pdb-dev.org --catalog-id 1

python3 -m pdb_dev.tools.send_email_notification --config /home/pdbihm/.secrets/mail.json -s "Archive Generation has Completed" -b ""

0 comments on commit 46ea7e0

Please sign in to comment.