Installing backup utils manually

Typically, the utilities are automatically copied to the server directory upon container startup, eliminating the need for any additional installation. In the event that you need to install the utility manually, please follow the instructions below:

stserverBackup utility:
- stserverBackup

Create a sub-directory utils-backup in the stserver folder and unpack the contents of the backup-utils.tar.gz.

cd stserver
mkdir utils-backup && cd utils-backup
wget https://impleotv.com/content/stserver2/utils/backup-utils.tar.gz
tar -xvf backup-utils.tar.gz

Make sure the following files are executable (if they are not, run the commands in your terminal):

sudo chmod +x mongodump
sudo chmod +x mongorestore
sudo chmod +x backup.sh
sudo chmod +x restore.sh