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

Experiments tables missing from BETYdb dump #293

Closed
1 task
craig-willis opened this issue Mar 16, 2017 · 4 comments
Closed
1 task

Experiments tables missing from BETYdb dump #293

craig-willis opened this issue Mar 16, 2017 · 4 comments
Assignees

Comments

@craig-willis
Copy link
Contributor

The experiments and experiments_sites tables are missing from the current BETYdb dump.

Completion criteria:

  • Experiments* tables (and any other new tables) are included in the dump
@dlebauer
Copy link
Member

Moving this to github.com/pecanproject/bety repository

@dlebauer
Copy link
Member

moved to PecanProject/bety#491

@robkooper robkooper reopened this Mar 16, 2017
@robkooper
Copy link
Member

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

@robkooper robkooper self-assigned this Mar 16, 2017
@robkooper
Copy link
Member

Cronjob now running:

dump bety every hour

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants