Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Jul 8, 2024 5:58:33 AM
Oct 19, 2017 9:47:06 PM
This article contains steps on how to do backup and restore the Qlik Sense Enterprise on Windows (QSEoW) site.
For full instructions on how to backup and restore a Qlik Sense site, see the online help under Backup and restore Qlik Sense Enterprise on Windows.
For sole database backup information article can be found here: How to backup PostgreSQL database in Qlik Sense
Backup and Restore Targets:
These steps are provided as-is based on latest version available of Qlik Sense product at the time of writing and/or last update to the article. Please make sure to cross-reference these steps with the official documentation for your product version under Backup and restore Qlik Sense Enterprise on Windows.
Downtime is required
cd "C:\Program Files\Qlik\Sense\Repository\PostgreSQL\9.6\bin" .\pg_dump.exe -h localhost -p 4432 -U postgres -b -F t -f "c:\backup\QSR_backup.tar" QSRcd "C:\Program Files\Qlik\Sense\Repository\PostgreSQL\9.6\bin" .\dropdb.exe -h localhost -p 4432 -U postgres QSR .\createdb.exe -h localhost -p 4432 -U postgres -T template0 QSR.\pg_restore.exe -h localhost -p 4432 -U postgres -d QSR "c:\backup\QSR_backup.tar"
For further reference, consult the Qlik Sense Help Site for your respective version.
cd "C:\Program Files\Qlik\Sense\Repository\PostgreSQL\9.6\bin".\dropdb.exe -h localhost -p 4432 -U postgres QSR.\createdb.exe -h localhost -p 4432 -U postgres -T template0 QSR.\pg_restore.exe -h localhost -p 4432 -U postgres -d QSR "c:\Backup\QSR_backup.tar"cd "C:\Program Files\Qlik\Sense\Repository".\repository.exe -standalone -restorehostname
Please refer to the Backing up Certificates Help site documentation for details and verify that the information matches your current version.
Please refer to the Restoring certificates Help site documentation for details and verify that the information matches your current version.
Normally, It is similar to the section for apps, the path where these files live is in the StaticContent folder on the Share path.
Restoring a Qlik Sense site to a machine with a different hostname
I'd also add two steps to step 13:
c. Click "Service cluster" and "OK"
d. Update the network paths to the shared folders