Skip to content

How to downgrade/restore Ant Media server to previous version after upgrading? #5354

Answered by yashtandon113
Mohit-3196 asked this question in FAQs
Discussion options

You must be logged in to vote

Thanks @Mohit-3196 for asking this question.

When you make a fresh installation or upgrade over an older version, the previous installation backed up in the /usr/local directory with a timestamp value like antmedia-backup-2022-11-18_15-42-54. Now, in order to restore the previous installation, kindly follow the below commands:

sudo systemctl stop antmedia
sudo rm -rf /usr/local/antmedia
sudo cp -p -R /usr/local/antmedia-backup_folder/ /usr/local/antmedia
sudo chown -R antmedia:antmedia /usr/local/antmedia/
sudo systemctl start antmedia

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Mohit-3196
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants