-
|
How does one perform an upgrade of an existing install? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
|
Hi, which version are you currently using? |
Beta Was this translation helpful? Give feedback.
-
|
How do I tell? |
Beta Was this translation helpful? Give feedback.
-
|
Appears to be version 0.1.0. |
Beta Was this translation helpful? Give feedback.
-
|
Hi, your version is too old to be updated and contains critical bugs. |
Beta Was this translation helpful? Give feedback.
crontab -l 2>/dev/null | grep -vE '^[[:space:]]*[^#].*/opt/proxmox-backup/|^[[:space:]]*0[[:space:]]+2[[:space:]]+\*[[:space:]]+\*[[:space:]]+\*[[:space:]]+/usr/local/bin/proxmox-backup[[:space:]]*>/dev/null[[:space:]]+2>&1[[:space:]]*$' | crontab -; chattr -R -i /opt/proxmox-backup 2>/dev/null || true; rm -rf /opt/proxmox-backupThis command will delete the entire
/opt/proxmox-backup folder, as well as the cron jobs that were running it.
The entire folder will be deleted.
With the new installation, you’ll need to reconfigure everything; this is the best approach since your setup is really, really old.
The new installation is much better and should be easier for you.
bash -c "$(curl -fsSL…