Ran into trouble? Here are some answers that might help.
If not, you can always visit our cozy Discord server or reach me at sk@dashibase.com!
How do I add a data source?
Dashibase currently supports adding any PostgreSQL database as a data source.
To connect a database:
Note: Certain database providers (e.g. AWS, Azure, Google Cloud) block incoming connections by default. If you're using one of these providers, you'll need to whitelist our IP addresses:
Please refer to the following articles for instructions on the whitelisting process:
Where can I find my database credentials?
Note: User corresponds to Username.
postgres://[Username]:[Password]@[Host]:[Port]/[Database Name]
. For example, the connection string above corresponds to:
Note: If it is not your first time opening the dashboard, the connection string will not display the password. If you forgot the associated password, you can either create a new user or reset the password.