Tim
05-02-2024Data Integration
GIT - Manual CLI commands on SSH
Can I SSH into my Sisense server and run GIT CLI commands?
Does the Sisense webserver appropriately handle changes to GIT appropriately even when the webserver didn't do those changes. (i.e. if a manual GIT command changes a dashboard, does the change appear in Sisense when I refresh? Or does it cause errors because the webserver's view of the dashboard no longer agrees with the GIT files?)
The particular use I'm after is:
- SSH/SCP: Paste files into /opt/sisense/storage/git
- SSH: git commit
- Sisense: Refresh dashboard
Do I need to turn off the webserver before running manual GIT commands, and then reboot?