Question

How can the provider access POA database?

Answer

  1. Open SSH access to POA core server.
  2. Check hostname of POA database server and database name from the following file:

    # cat /usr/local/pem/etc/odbc.ini
    
  3. Execute the following command on POA core or on POA database server:

    # psql -Uplesk -h DB_SERVER_HOSTNAME DATABASE_NAME
    

Where <DB_SERVER_HOSTNAME> and <DATABASE_NAME> should be replaced with values from step 2

Internal content