Environments
Postgres
The Postgres Environment
Environment
The PostgreSQL environment allows you to host PostgreSQL databases.
Versions
The supported versions are:
- PostgreSQL v18
Connection
Connection link example:
postgres://superuser:PASSWORD@54.38.65.46:PORT/postgres| Element | Value | Description |
|---|---|---|
| User | superuser (default) | User name |
| Password | Can be found in the Startup tab of your panel | |
| Host | 54.38.65.46 | The IP address of the node fr1 |
| Port | Can be found in the Network tab of your panell | |
| Database | postgres (default) | Database name |
Password
The password is randomly generated when the server is created and is displayed in the control panel.
If there is a leak, you can reset the password using the following SQL command:
ALTER USER superuser WITH PASSWORD 'your_new_secure_and_long_password'Please note: The panel will continue to display the original password, so be sure to remember your new password.