funkwhale/docs/administrator_documentation/upgrade_docs/quick_install.md

10 wiersze
366 B
Markdown
Czysty Zwykły widok Historia

2022-07-01 09:02:29 +00:00
# Upgrade using the quick install script
2022-11-22 20:52:06 +00:00
If you installed Funkwhale using the [quick install script](../installation_docs/quick_install.md), upgrading your instance is as simple as running the following command on your server:
2022-07-01 09:02:29 +00:00
```bash
sudo sh -c "$(curl -sSL https://get.funkwhale.audio/upgrade.sh)".
```
The script runs through the necessary setup instructions.