top of page

Set Path Environment Variable
Deploy and Configure Qlik Sense
Overview
In this lesson, you will learn how to configure Path environment variable to point to PostgreSQL bin folder in order to simplify writing and managing scripts to backup PostgreSQL server.
What is Path Environment Variable?
Jacob Bolda does a great job explaining what Path environment variable is in this YouTube short. His simple and precise explanation of path variable is:
PATH tells the shell (a.k.a. the Command Prompt or PowerShell) where to find executables.
How Path Variable Applies to Qlik Sense Server
In our case, we will be running psql command to configure PostgreSQL for Qlik Sense. And, later on in your Qlik Sense admin career, you will need to run commands like:
pg_dumpall to backup



