管理UIにアクセス
ブラウザを開いて次の URL にアクセスしてください : https://<server-ip>:5656/ui/
Login credentials: /root/.cloudzy-creds
Service Management
# 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>
Upgrade Gel
sudo apt-get update sudo apt-get install --only-upgrade gel-6 sudo systemctl restart gel-server-6
環境変数の管理
Edit /etc/systemd/system/gel-server-6.service.d/override.conf
追加・変更・削除 Environment="VAR=value" lines under [Service]
Apply changes:
sudo systemctl daemon-reexec sudo systemctl daemon-reload sudo systemctl restart gel-server-6
Documentation
https://docs.geldata.com/
https://docs.geldata.com/reference/running/configuration