Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everyone, I am trying to install qlik replicate in docker using ubi8 base image
Can anyone tell me the latest rpm i can use for this?
Thx
Hello @ahujarishab ,
Please check the article How to Install Qlik Replicate on a docker.
Hope this helps.
John.
Hello @ahujarishab ,
Welcome to Qlik Community forum and thanks for reaching out here!
All available versions of Qlik Replicate can be download from Qlik Download Center, The latest major version is Replicate 2024.5:
https://files.qlik.com/url/qr2024050144ga (expires 8/31/2024)
Hope this helps.
John.
Hi @john_wang, Will these version work in docker container with base image of redhat linux?
Thx
Rishab
Will this work for docker container with base image redhat linux (ubi8)?
Hello @ahujarishab
I think it supported.
Refer: Installing Replicate on a docker | Qlik Replicate Help
Regards,
Suresh
Thanks, I tried running the rpm but getting the following error
Running transaction
Preparing : 1/1
Running scriptlet: areplicate-2024.5.0-144.x86_64 1/1
This rpm is not supported on your system (no systemctl), exiting.
error: %prein(areplicate-2024.5.0-144.x86_64) scriptlet failed, exit status 43
Error in PREIN scriptlet in rpm package areplicate
Verifying : areplicate-2024.5.0-144.x86_64 1/1
Installed products updated.
Error: Transaction failed
Failed:
areplicate-2024.5.0-144.x86_64
Error: building at STEP "RUN yum -y install /tmp/areplicate-*.rpm": while running runtime: exit status 1
Hello @ahujarishab
As i checked internally that usage of systemd, in the newer versions of Replicate, is enforced by design
Any new/existing docker images should have pre-installed systemd in order to use the latest replicate versions.
Hope it helps.
Regards,
Suresh
Hello @ahujarishab ,
%prein is a pre-installation script that's part of the RPM package.
These scripts are executed before the package files are installed.
The scriptlet runs and checks for the presence of systemctl.
So , as @sureshkumar mentioned , please make sure systemd is installed in your server
Regards
Arun
I am trying to install this in docker, generally the systemd is preloaded with the hosts but with docker I dont think that is a practice to have it installed.
Hello @ahujarishab
even if you are installing it on Docker . there may be sone pre installed RPM required and if they are not there then you would not be able to installer Qlik replicate on Dockers.
And systemctl is like process manager on window which attached process to the os
Regards,
Sushil Kumar