Replies: 6 comments
-
I just ran Do you have anything else on that server? |
Beta Was this translation helpful? Give feedback.
-
Hi @dinger1986 thanks for the quick response. No this server is only for RMM. There have never been anything else on it. |
Beta Was this translation helpful? Give feedback.
-
can you do |
Beta Was this translation helpful? Give feedback.
-
Yes! here it is: |
Beta Was this translation helpful? Give feedback.
-
can you please run the following (as the sudo systemctl stop meshcentral
sudo chown tactical:tactical -R /meshcentral
cd /meshcentral
rm -rf node_modules/
npm install [email protected]
sudo systemctl start meshcentral |
Beta Was this translation helpful? Give feedback.
-
@wh1te909 That seems to have worked no errors. Now i'm going to test the restore. Thanks! |
Beta Was this translation helpful? Give feedback.
-
Server Info (please complete the following information):
Installation Method:
Agent Info (please complete the following information):
Describe the bug
When running the new backup.sh script it throw an error (see screenhot). The backup process does continue but in the end the file necessary for the mongo to postgresql conversion is not created. So I can't use the backup for the restore on the new OS,
To be absolute sure I was using the latest backup.sh I made sure to remove the old version.
To Reproduce
Steps to reproduce the behavior:
wget -N https://raw.githubusercontent.com/amidaware/tacticalrmm/master/backup.sh
chmod +x backup.sh
./backup.sh
Expected behavior
A full backup file with the file necessary for the mongo to postgresql conversion.
Screenshots
Additional context
Running the command that throws the error manually gives the same error:
Beta Was this translation helpful? Give feedback.
All reactions