Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
themeRDark
echo "CALL SYSCS_UTIL.SYSCS_BACKUP_DATABASE('/tmp/db_backup');" > /tmp/db_backup.txt
ij /tmp/db_backup.txt

 

...


Note

It is not recommended to backup the big data store

...

using regular backup software due to its size . You should follow the instruction on how to create snapshot and export the data to HDFS.


Important