First steps
This guide helps you quickly deploy Team Edition. Youāll launch the server, open the app in your browser, and prepare it for database connections.
Deploy Team Edition
The easiest way to run Team Edition is with Docker Compose:
Tip
You can also deploy Team Edition on Kubernetes, or in the cloud. See Team Edition deployment for more options.
-
Clone the deployment repo and navigate to the repository:
-
Copy the example file to create your
.env
file:Then open the file and make sure to change the default database password:
Tip
This file controls startup settings like ports, database config, and proxy type. See environment file variables and server configuration.
-
Start the server:
-
Open
http://<server-ip>:8978
in your browser to launch the easy config wizard.-
Follow the steps in the easy config wizard.
-
Activate license.
Need custom networking, HTTPS, or a proxy?
See Proxy configuration and Domain Manager.
-
-
Once setup is complete, continue with Basic operations:
Create a new connection
- Click the
+
button in the top menu and select New Connection. - Choose a driver.
-
Fill in connection details.
Info
See configuring connection settings for help.
-
Click Test to check the connection (optional).
- Click Create.
Download and use the desktop client (optional)
Important
No additional license is required for the desktop client.
Download the DBeaver Team Edition client from https://dbeaver.com/download/team-edition/.
After installation, enter the server URL
where Team Edition is deployed. Enter your login
and password
to connect.
For setup details, see installation.
Resources for database operations
- Interface overview - Overview of the web interface.
- Database Navigator - Navigation through database schemas and objects.
- Database objects - Managing database objects.
- Data Editor - Data management and editing.
- Run queries - Running SQL queries and scripts.
- Database diagrams - Database structure visualization.
- Export data - Export tables, query results in different formats.
- Import data - Import data into databases from files in different formats.
- Use AI - AI features for database tasks.
- Interface overview - Overview of the desktop interface.
- Database Navigator - Navigation through database schemas and objects.
- Database objects - Managing database objects.
- Data Editor - Data management and editing.
- Run queries - Running SQL queries and scripts.
- Database diagrams - Database structure visualization.
- Export data - Export tables, query results in different formats.
- Import data - Import data into databases from files in different formats.
- Use AI - AI features for database tasks.
Additional resources
-
DBeaver Blog
News and updates from the Team Edition team. -
Twitter updates
News and updates on Twitter.