How to restore Tableau Server in Centos/Redhat

Поділитися
Вставка
  • Опубліковано 18 вер 2024
  • BACKUP FILE LOCATION
    by default,
    /var/opt/tableau/tableau_server/data/tabsvc/files/backups/
    Check the backup folder location
    tsm configuration get -k basefilepath.backuprestore
    Restore Configuration and topology import when needed.
    tsm settings import -f filename.json
    tsm pending-changes list
    tsm pending-changes discard
    or
    tsm pending-changes apply
    tsm restart
    Restore Repository and data from backup
    copy tsbak file to backup folder location.
    cp file.tsbak /var/opt/tableau/tableau_server/data/tabsvc/files/backups/
    tsm stop
    tsm maintenance restore -f file.name
    tsm start

КОМЕНТАРІ • 4