Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Team,
In earlier versions we used to start/view the Qlik services with ./areplicate start|stop|restart|status.
Recently we upgraded our replicate to version 2025.5.0.308 after that we are not able to use ./areplicate and we used systemctl status/stop/start.
Is this a new update in the version 2025.5, is the older method deprecated or removed.
Can you please confirm.
Hello @Sukanya2 ,
You’re absolutely right — Replicate 2025.5 uses systemctl to start and stop services. The older startup method has been deprecated.
Regards,
John.
Hi @john_wang
In our environment we used to start services with QLIK_ADMIN user instead of ROOT user. But now systemctl is only workinh with ROOT but not QLIK_ADMIN user. Can you please comment on this
Hello @Sukanya2 ,
There are several ways for a regular user (instead of "root") to run systemctl commands:
Let the system automatically prompt for authentication.
Use sudo systemctl directly.
In the examples below, I log in to Linux using the apac account, which is responsible for starting and stopping the Qlik Replicate services. The service itself runs under the default account attunity.
Regards,
John.