Postgres

Getting Started

Select Postgres as the plugin. There are no Application Parameters for this plugin.

Postgres (browser-based terminal) will launch in a browser. This plugin starts Postgres services and uses TTYD terminal session for management support. If this is the initial launch of Postgres, we will want to login to the Postgres database and generate a strong password.

In TTYD, enter the following:

Connect to Postgres
Connect to Postgres

After logging in, we can proceed with the Postgres ‘alter’ command to set a password for your personal account. It is strongly recommended that you enter a password that follows the typical strength requirements - a combination of upper case, lower case, special characters and numbers.

Enter the following:

Postgres Alter Account Generate Password
Postgres Alter Account Generate Password

If you prefer to manage with a browser based IDE, please launch the PostgreSQL + pgAdmin plugin.

External References

For more information on how to use Postgres, please visit postgres.org