Streamwell
Streamwell v1.3.5
Streamwell v1.3.5
  • Welcome
    • Welcome to Streamwell
  • Getting Started
    • System Requirements
    • Installing Streamwell
    • Hello World
    • Hello Outside World
  • How to Streamwell
    • Streaming
      • Streaming with NDI
      • Streaming with Chrome
      • Streaming from iOS/Android
      • Hardware Encoders
        • Magewell Ultra Stream
        • ATEM Mini Pro
        • Haivision Makito
    • Users and Channels
    • Server Management
    • Chat
    • Recording
    • File Sharing
    • Restreaming
    • Statistics and Sharing
    • Public Links
  • Help and Support
    • Examples and Tips
    • Troubleshooting
    • How to Update
    • Support & Pro Services
  • More Information
    • Release Notes
    • 3rd Party Licenses
    • OvenMediaEngine
    • Advanced Configuration
Powered by GitBook
On this page
  1. Help and Support

How to Update

PreviousTroubleshootingNextSupport & Pro Services

Last updated 2 years ago

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.

Note on HTTPS

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.

support@streamwell.net
re-enable