How to Update
Last updated
Last updated
You can update Streamwell in 2 minutes or less!
1. Backup the database under Administration -> Server -> Database -> Backup. It will produce a .SQL file with lots of text in it.
2. Stop and remove the running container on the server:
docker rm -f Streamwell
3. Pull the new version you want to update to (or use latest):
docker pull beamwell/streamwell:latest
4. Run the updated container, using the same run command you used when you set it up (this is why we suggested tucking that command away 😀)
docker run -d --name Streamwell --restart always -e SYSTEM_KEY="yourSecretKey" --network host -v ~/ssl:/etc/letsencrypt -v ~/rec:/rec -v ~/log:/log -v ~/files:/files beamwell/streamwell:latest
5. Login and restore your license + database, then get back to work! If you require assistance with permanent licensing please contact before you update the system.
If you were using HTTPS you can it now, or if you passed in the domain name/email environment variables to your Docker run command, it should just come back the way it was. If your browser is being stubborn about temporarily connecting back to the HTTP version, clear your browser cache and make sure you are using the http:// prefix in the address bar.