Versions Compared

Key

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

...

AUTOSOL App Manager doesn’t start because it cannot connect to port 5432

In this case Universal AUTOSOL App Manager is unable to start because it cannot connect to the local postgres database. Result looks something like this:

...

Code Block
breakoutModewide
"C:\Program Files\PostgreSQL\12\bin\initdb" -D "C:\Users\jlaird\Documents\alternatepostgresdb"

"C:\Program Files\PostgreSQL\12\bin\pg_ctl.exe" register -N postgresql-x64-12-alt -D "C:\Users\jlaird\Documents\alternatepostgresdb"

net start postgresql-x64-12-alt

"C:\Program Files\PostgreSQL\12\bin\psql" -d template1
template1=# CREATE ROLE postgres LOGIN SUPERUSER PASSWORD 'postgres';
template1=# CREATE DATABASE "ASIServerDB" OWNER postgres;
template1=# \q

"C:\Program Files\AutoSol\UniversalAppManagerAUTOSOLAppManager\UniversalAppManagerAutosolAppManager.exe" migrate

...

AUTOSOL App Manager should now start from the shortcut.