Startup issue - Applicable for all Linux platforms

Startup issue - Applicable for all Linux platforms

Error trace
  1. [08:41:49:231]|[04-09-2020]|[com.adventnet.db.adapter.postgres.DefaultPostgresDBInitializer]|[INFO]|[19]: ErrorStream ::: /home/zoho/Analytics/pgsql/bin/psql: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory|

Fix

The below command will install the dependency

sudo yum install ncurses-compat-libs

The below commands can be used to start the product and run the product in the background when the terminal is closed.

>nohup sh app_ctl.sh run &
>disown