Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/RTXteam/RTX
Browse files Browse the repository at this point in the history
  • Loading branch information
chunyuma committed Aug 27, 2024
2 parents 87b802b + a155293 commit 38de143
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ISSUE_TEMPLATES/kg2rollout.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,9 @@ All code changes should **go in the branch for this KG2 version**!
Before rolling out, we need to pre-upload the new databases (referenced in `config_dbs.json`) to `arax.ncats.io` and the ITRB SFTP server. These steps can be done well in advance of the rollout; it doesn't hurt anything to do them early.

- [ ] make sure `arax.ncats.io` has at least 100G of disk space free; delete old KG2 databases to free up space as needed (before doing this, warn the team on the `#deployment` Slack channel on the `ARAXTeam` workspace)
- [ ] copy the new databases from `arax-databases.rtx.ai` to `arax.ncats.io:/data/orangeboard/databases/KG2.X.Y`; example for KG2.8.0:
- [ ] copy the new databases from `arax-databases.rtx.ai` to `arax.ncats.io:/translator/data/orangeboard/databases/KG2.X.Y`; example for KG2.8.0:
- [ ] `ssh [email protected]`
- [ ] `cd /data/orangeboard/databases/`
- [ ] `cd /translator/data/orangeboard/databases/`
- [ ] `mkdir -m 777 KG2.8.0`
- [ ] `scp [email protected]:/home/rtxconfig/KG2.8.0/*2.8.0* KG2.8.0/`
- [ ] upload the new databases and their md5 checksums to ITRB's SFTP server using the steps detailed [here](https://github.com/RTXteam/RTX/wiki/Config,-databases,-and-SFTP#steps-for-all-databases-at-once)
Expand Down

0 comments on commit 38de143

Please sign in to comment.