Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
mbespartochnyy
Creator III
Creator III

What are IP Ranges in PostgreSQL Config

I'm working on creating a command to silently upgrade PostgreSQL using Qlik PostgreSQL Installer. One of the arguments that are mentioned in Silently installing or upgrading PostgreSQL using the Qlik PostgreSQL Installer documentation is iprange.

Does anyone know IP addresses of which devices in a network should be populated for iprange argument?

Labels (2)
2 Solutions

Accepted Solutions
mpc
Partner - Specialist
Partner - Specialist

Hi,

You should put the IP Range which includes all your Qlik Sense nodes.

Kind regards

From Next Decision and me with love
This answer help you ? Like it ! Problem solved ? Mark it !

View solution in original post

mpc
Partner - Specialist
Partner - Specialist

Your first proposition is right, 192.167.1.7/32 will work fine 

From Next Decision and me with love
This answer help you ? Like it ! Problem solved ? Mark it !

View solution in original post

3 Replies
mpc
Partner - Specialist
Partner - Specialist

Hi,

You should put the IP Range which includes all your Qlik Sense nodes.

Kind regards

From Next Decision and me with love
This answer help you ? Like it ! Problem solved ? Mark it !
mbespartochnyy
Creator III
Creator III
Author

Thanks @mpc!

What if I only have a single node? Let's say that node has IP address of 192.168.1.7.

Do you know if the iprange should be 192.168.1.7/32 or simply 192.168.1.7 or something else?

mpc
Partner - Specialist
Partner - Specialist

Your first proposition is right, 192.167.1.7/32 will work fine 

From Next Decision and me with love
This answer help you ? Like it ! Problem solved ? Mark it !