Importing Connections
Zentro can import connection profiles from other database tools so you don't need to re-enter credentials you've already configured elsewhere.
Importing from DBeaver
Steps
- In DBeaver, export your connections: File → Export → DBeaver connections (
.xmlformat) - In Zentro, open Settings → Connections → Import
- Select DBeaver as the source and choose the exported
.xmlfile - Review the list of detected connections — each shows the name, driver type, and host
- Select which connections to import and assign each a target project and environment
- Click Import
📸 Screenshot needed: DBeaver import wizard showing the detected connections list with checkboxes and the project / environment dropdowns.
What Gets Imported
| Field | Imported |
|---|---|
| Connection name | ✅ |
| Driver type | ✅ |
| Host & port | ✅ |
| Database name | ✅ |
| Username | ✅ |
| Password | ❌ Must be re-entered after import |
| SSL configuration | Partial |
Passwords are not included in DBeaver's export format. After importing, open each connection profile and enter the password.
Exporting Connections
To back up or share your connection configuration (without secrets), go to Settings → Connections → Export. This creates a file containing all connection profiles for the current project, excluding passwords.