50% off semua paket, waktu terbatas. Mulai dari $2.48/mo
Gel

Gel

Gel (sebelumnya EdgeDB) adalah database graph-relational. Skema berorientasi objek dengan performa setara SQL, bahasa query bertipe ketat, dan migrasi bawaan. Pilihan database berikutnya untuk tim yang sudah jenuh dengan ORM, SQL mentah, dan ketidakcocokan di antara keduanya.

Version

6

Operating System

Ubuntu Server 24.04 LTS

Min. RAM

2 GB

IP Types

IPV4,IPV6

Akses Admin UI

Buka browser Anda dan kunjungi: 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

Ubah Password Admin

read -rsp "New Password: " NEWPASS
printf <gel-password> | gel query --host localhost --password-from-stdin --tls-security insecure "alter role admin set password := ${NEWPASS}"

Hubungkan Instance Gel (Opsional, Penggunaan 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

Manajemen Variabel Lingkungan

Edit /etc/systemd/system/gel-server-6.service.d/override.conf

Tambah/ubah/hapus 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

Lainnya di Database Tools

Related apps.

Deploy Gel sekarang. From $2.48/mo.