Replies: 1 comment 6 replies
-
Hi @lexy10 Thanks for your question. In the Docker structure, you need to pull again image and since the /usr/local/antmedia directory is defined as EntryPoint, you are getting a Device or resource busy error. So the upgrade.sh command unfortunately does not work here. My suggestion is to copy the following files to the new container. It 's also hard way.
If you enabled the ssl;
However, There is the best practice. If you use Mongo Atlas or MongoDB and run Ant Media Server with database support, you will only need to backup the streams (/usr/local/antmedia/webapps/your-apps/streams/)directories during the upgrade process. https://antmedia.io/docs/category/supported-databases/ Please let me know If you have further questions. |
Beta Was this translation helpful? Give feedback.
-
I have been trying to update to 2.11 from 2.10 inside a docker container for over 2weeks now via ./upgrade.sh and install_ant-media-server.sh, it's not working.
Keeps giving me the error below
mv: cannot move '/usr/local/antmedia' to '/usr/local/antmedia-backup-2024-10-07_09-17-15': Device or resource busy
There is a problem in installing the ant media server. Please send the log of this console to [email protected]
I have tried shutting-down with force and all, used sudo, but it's not working. Can someone help please, it's tiring and I don't want to do a fresh install, because I don't want to loose the configurations I have already.
Or is there anyway I can do fresh install and copy some configs because I am using docker with persistent volume.
Beta Was this translation helpful? Give feedback.
All reactions