管理UIにアクセス
ブラウザを開いて次の URL にアクセスしてください : https://<server-ip>:5656/ui/
ログイン認証情報 /root/.cloudzy-creds
サービス管理
# Check status sudo systemctl status gel-server-6 # Restart service sudo systemctl restart gel-server-6
管理者パスワードの変更
read -rsp "New Password: " NEWPASS
printf <gel-password> | gel query --host localhost --password-from-stdin --tls-security insecure "alter role admin set password := ${NEWPASS}"
Gelインスタンスのリンク(CLIオプション)
printf <gel-password> | gel instance link --host localhost --port 5656 --user admin --branch main --trust-tls-cert --password-from-stdin --non-interactive <instance-name>
アップグレード ジェル
sudo apt-get update sudo apt-get install --only-upgrade gel-6 sudo systemctl restart gel-server-6
環境変数の管理
編集 /etc/systemd/system/gel-server-6.service.d/override.conf
追加・変更・削除 Environment="VAR=value" 下線 [Service]
変更を適用
sudo systemctl daemon-reexec sudo systemctl daemon-reload sudo systemctl restart gel-server-6
ドキュメンテーション
https://docs.geldata.com/
https://docs.geldata.com/reference/running/configuration