https://github.com/dbeaver/team-edition-deploy
DBeaver Team Edition Deploy
https://github.com/dbeaver/team-edition-deploy
Last synced: about 2 months ago
JSON representation
DBeaver Team Edition Deploy
- Host: GitHub
- URL: https://github.com/dbeaver/team-edition-deploy
- Owner: dbeaver
- Created: 2022-12-14T13:17:35.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-11-06T18:20:36.000Z (2 months ago)
- Last Synced: 2025-11-06T20:24:21.682Z (2 months ago)
- Language: HCL
- Homepage: https://dbeaver.com/docs/cloudbeaver/DBeaver-TE-Overview/
- Size: 1.64 MB
- Stars: 11
- Watchers: 4
- Forks: 9
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGEPWD.md
Awesome Lists containing this project
README
## DBeaver Team Edition
#### Version 25.2
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**](compose) – the simplest way to deploy and run the server locally
- [**Kubernetes**](k8s) – for Docker orchestration
**Cloud**
- **AWS**
- [**AMI**](AWS/ami/) – AWS-based deployment
- [**ECS**](AWS/ecs-fargate/) – create and deploy an ECS cluster
- [**EKS**](AWS/aws-eks/README.md) – deploy with EKS
- **Google Cloud**
- [**Image**](GCP/gcp-image) – GCP-based deployment
- [**GKE**](GCP/gke/README.md) – deploy with GKE
- **Azure**
- [**Image**](Azure/azure-image) – Azure-based deployment
- [**AKS**](Azure/aks/README.md) – deploy with AKS
### 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**](https://dbeaver.com/downloads-team/25.2.0/)
### Server version update
Version update is handled differently for different deployment methods. To update the Team Edition version, follow these instructions:
- [Docker compose](compose/README.md#version-update-procedure)
- [Kubernetes](k8s/README.md#version-update-procedure)
- [AWS AMI](manager/README.md#version-update-procedure)
- [AWS ECS](AWS/ecs-fargate/README.md#version-update)
- [GCP Image](manager/README.md#version-update-procedure)
- [Azure Image](manager/README.md#version-update-procedure)
#### How to change database password for already deployed clusters
To change an internal PostgreSQL password use [this instruction](CHANGEPWD.md#how-to-change-db-password-for-already-deployed-clusters).
### Early Access:
- [Early access](https://github.com/dbeaver/team-edition-deploy/tree/devel)
### Older versions:
- [25.1.0](https://github.com/dbeaver/team-edition-deploy/tree/25.1.0)
- [25.0.0](https://github.com/dbeaver/team-edition-deploy/tree/25.0.0)
- [24.3.0](https://github.com/dbeaver/team-edition-deploy/tree/24.3.0)
- [24.2.0](https://github.com/dbeaver/team-edition-deploy/tree/24.2.0)
- [24.1.0](https://github.com/dbeaver/team-edition-deploy/tree/24.1.0)
- [24.0.0](https://github.com/dbeaver/team-edition-deploy/tree/24.0.0)
- [23.3.0](https://github.com/dbeaver/team-edition-deploy/tree/23.3.0)
- [23.2.0](https://github.com/dbeaver/team-edition-deploy/tree/23.2.0)
- [23.1.0](https://github.com/dbeaver/team-edition-deploy/tree/23.1.0)
- [23.0.0](https://github.com/dbeaver/team-edition-deploy/tree/23.0.0)