web -> dbshive-web
- python v3.6.3
$ pip install requirements.txt
$ ./setup.sh
$ python run.py
script/
にあるコマンドの説明
- databasedump.sh
- データベースのバックアップ
- tabledump.sh
- テーブルのバックアップ
- backup.sh
- 全てのバックアップ
- update_db.sh
- バックアップされたデータの更新(用途はあまりない気がする)
web -> dbshive-web
$ pip install requirements.txt
$ ./setup.sh
$ python run.py
script/
にあるコマンドの説明