mirror of
https://github.com/dbeaver/team-edition-deploy.git
synced 2026-04-24 21:05:57 +03:00
DBeaver Team Edition Deploy
| AWS | ||
| Azure | ||
| compose | ||
| GCP | ||
| k8s | ||
| manager | ||
| SSL | ||
| .gitignore | ||
| CHANGEPWD.md | ||
| README.md | ||
DBeaver Team Edition
Version 26.0
DBeaver Team Edition is a client-server application.
It requires server deployment. You can deploy it on a single host (e.g. your local computer)
or in a cloud.
Deployment
On-premise
- Docker Compose – the simplest way to deploy and run the server locally
- Kubernetes – for Docker orchestration
Cloud
- AWS
- Google Cloud
- Azure
Server initial configuration
After you started the server:
- Go to deployed server URL (e.g.
http://localhost/in the simplest case) - Configure your login/password
- Configure your license
- That's it
Desktop Application
DBeaver Team Edition works in conjunction with a desktop client application. After deploying the server, you can connect to it using:
- Web interface – accessible directly through your browser
- Desktop client – provides enhanced features and better performance
Download the desktop client for your platform: DBeaver Team Edition Desktop
Server version update
Version update is handled differently for different deployment methods. To update the Team Edition version, follow these instructions:
How to change database password for already deployed clusters
To change an internal PostgreSQL password use this instruction.