Skip to main content

Upgrading after uninstalling Qlik Sense

If you have already uninstalled Qlik Sense, then you have to install a new version rather than upgrade an existing version. During an uninstallation, the PostgreSQL database is not removed by the installer application and it can be restored. These instructions will help you restore the database before installing a new version of Qlik Sense.

  1. Navigate to %ProgramData%\Qlik\Sense\Repository\PostgreSQL.
  2. Copy the PostgreSQL folder to a temporary location outside of the %ProgramData% folder.
  3. Download and install a compatible version of PostgreSQL from the PostgreSQL website.

    For more information, see Installing and configuring PostgreSQL.

    To check the system requirements, see System requirements for Qlik Sense Enterprise.

  4. Open a Command Prompt as a non-admin user.
    Warning noteThe pg_ctl.exe command in the next step should not be run as an administrator.
  5. Navigate to %ProgramFiles%\PostgreSQL\<database version>\bin, and run the following commands:

    pg_ctl.exe start -w -D "C:\SenseDB\<PostgreSQL-version>" set PGUSER=postgres set PGUSER=postgres set PGPASSWORD=password pg_dumpall.exe > [<path to dump file>] pg_ctl.exe stop -w -D "C:\SenseDB\<PostgreSQL-version>"
  6. In the Command Prompt window, navigate to the folder containing the Qlik_Sense_setup.exe file.

  7. Run the following command to install Qlik Sense and restore your Qlik Sense Repository Database.

    Qlik_Sense_setup.exe databasedumpfile=<path_to_dump_file>
    Warning noteThe path to the dump file must be entered as an absolute path. If you enter a relative path, the install will fail.
  8. Now you can install a new version of Qlik Sense.

    For more information, see Installing Qlik Sense Enterprise on Windows on a single node.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!