Petio Docs
  • Introduction
  • FAQ
  • Install Guides
    • Docker
    • Linux
      • Debian 10/Ubuntu 20.04
      • Red Hat/Cent OS
      • Updating Petio
    • FreeBSD
    • MacOS
    • UnRAID
    • Windows
  • Configuration
    • First Time Setup
    • General Settings
    • Radarr
    • Sonarr
    • Console
    • User Profiles
    • Filters
    • Notifications
  • Reverse Proxy
    • Reverse Proxy Basics
    • Caddy
    • NGINX
    • Traefik (v2)
  • Troubleshooting
    • FAQ
  • Staff & Testers Only
    • Petio Pre-Release Workflow For Testers
Powered by GitBook
On this page
  1. Install Guides
  2. Linux

Updating Petio

We believe these instructions should be pretty OS agnostic, but if you notice any mistakes that need to be corrected, please reach out on Discord!

  • Stop the Petio service.

    sudo systemctl stop petio
  • Download the latest version of Petio.

    sudo wget https://petio.tv/releases/latest -O petio-latest.zip
  • Extract to petio folder.

    sudo unzip petio-latest.zip -d /opt/Petio
  • Start Petio service.

    sudo systemctl start petio
  • Remove the file you downloaded so you are ready for a new update later on.

    sudo rm petio-latest.zip
PreviousRed Hat/Cent OSNextFreeBSD

Last updated 4 years ago