The logo Orion Docs
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
ElementValueDescription
Usersuperuser (default)User name
PasswordCan be found in the Startup tab of your panel
Host54.38.65.46The IP address of the node fr1
PortCan be found in the Network tab of your panell
Databasepostgres (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.

On this page