Open the edit dialog
- Go to Data Sources
- Click the menu icon on the connection you want to edit
- Select Edit connection
Update your settings
You can change any of these fields:
| Field | Notes |
|---|---|
| Display Name | The label shown in VexiData |
| Host | Database server address |
| Port | Connection port |
| Database | Database name |
| Schema | PostgreSQL (public) and SQL Server (dbo) |
| Username | Database user |
| Password | Leave blank to keep the current password |
You can also click Test Connection to verify connectivity without saving.
When to edit a connection
Common reasons to update your connection:- Your database host or port changed (e.g., migrated to a new server)
- Database credentials were rotated (common with Heroku)
- You want to point to a different database on the same server
- You need to change the schema from
publicto a custom schema