7
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

redash manage.py 使い方のまとめ

Last updated at Posted at 2018-07-10

操作

redashのコンテナ(server)にログイン
docker exec -it redash_server_1 bash

####ヘルプを見る
./bin/run ./manage.py --help
./bin/run ./manage.py [option] --help

####ユーザー一覧
./bin/run ./manage.py users list

####パスワードの強制変更
./bin/run ./manage.py users password username@abc.com newP@ssword

####グループ一覧
./bin/run ./manage.py groups list

####org一覧
./bin/run ./manage.py org list

####ユーザーを追加する
./bin/run ./manage.py users create [user-name@example.com] [user-name]

####グループを追加する
.bin/run ./manage.py groups create [group-name]
グループにユーザーを追加するコマンドはなさそう

####管理者権限を与える
./bin/run ./manage.py users grant_admin --org default [user-name@example.com]

7
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
7
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?