We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The experiments and experiments_sites tables are missing from the current BETYdb dump.
Completion criteria:
The text was updated successfully, but these errors were encountered:
Moving this to github.com/pecanproject/bety repository
Sorry, something went wrong.
moved to PecanProject/bety#491
need to make sure we dump database and can be downloaded. It should end up at
https://terraref.ncsa.illinois.edu/bety/dump/bety.tar.gz
Cronjob now running:
0 * * * * /home/kooper/dumpbety.sh
Script:
#!/bin/bash wget -q -O /home/bety/dump.bety.sh https://raw.githubusercontent.com/PecanProject/pecan/master/scripts/dump.bety.sh chmod 755 /home/bety/dump.bety.sh sudo -u bety /home/bety/dump.bety.sh -q -m 6 -o /home/bety/bety/public/dump
robkooper
No branches or pull requests
The experiments and experiments_sites tables are missing from the current BETYdb dump.
Completion criteria:
The text was updated successfully, but these errors were encountered: