Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The steps to address varying Postgres errors are below:

Table of Contents

Installing Postgres

A good internet connection is required to install Postgres. To install Postgres manually, run one of the two commands:

Code Block
sudo apt-get update
sudo apt-get install postgresql
Note

If this fails, request assistance from your IT department to verify that you can access the Debian package repositories online.

Changing the Postgres password

The default Postgres password expected by eACM is “postgres”. If you wish to use a different password, skip to the section titled “Changing the conf.ini password”.

...

Once the restart is complete, visit the IP of your computer on port 8080 to view the AUTOSOL App Manager web configuration page.

Changing the conf.ini Password

If you wish to use a different password in Postgres than the default “postgres” the conf.ini file must be edited. It is located:

...

/usr/apps/ASIEdgeManager/

...

core/config.ini

Create the Database

If the database used by eACM (ASIServerDB) doesn’t exist, create it manually.

...

Note

If this fails, it is possible that Postgres was not installed correctly. Scroll down up to Installing Postgres.

Installing Postgres

A good internet connection is required to install Postgres. To install Postgres manually, run one of the two commands:

Code Block
sudo apt-get update
sudo apt-get install postgresql
Note

If this fails, request assistance from your IT department to verify that you can access the Debian package repositories online.