Update Technical setup authored by Zumtobel Benedikt's avatar Zumtobel Benedikt
...@@ -46,8 +46,11 @@ rm /var/www/peertube/peertube-latest/pid/peertube.pid ...@@ -46,8 +46,11 @@ rm /var/www/peertube/peertube-latest/pid/peertube.pid
## Upgrade ## Upgrade
su peertube * Check [Release Notes](https://github.com/Chocobozzz/PeerTube/releases)
* Follow [these](https://docs.joinpeertube.org/install-any-os?id=upgrade) steps. (auto upgrade is not tested!)
to do You can use this `pg_dump` command to backup the database:
sudo -u postgres pg_dump -F p peertube_prod > root/peertube_postgres_backup/peertube_prod-pre-<Version>.sql
#18 #18
\ No newline at end of file