How to Migrate from On-Premise version to Cloud
Before you start
Spotipo Cloud needs to connect to your unifi controller for authorizing guests, please ensure your location have a public IP and can enable communication from spotipo cloud servers
sudo apt update
sudo apt install spotipo
Once spotipo is successfully upgraded, you can run below commands to export all the data into a zip file.
sudo su
cd /usr/share/nginx/spotipo
source .env/bin/activate
python manage.py dump_site_details
The script will now export all the data into a zip file and save it with the name spotipo_export.zip under /usr/share/nginx/spotipo
Please send it to support [at] spotipo [dot] com and we will help you import it to your cloud account.
Spotipo Cloud needs to connect to your unifi controller for authorizing guests, please ensure your location have a public IP and can enable communication from spotipo cloud servers
Update Spotipo to 3.5.26 or above
sudo apt update
sudo apt install spotipo
Once spotipo is successfully upgraded, you can run below commands to export all the data into a zip file.
sudo su
cd /usr/share/nginx/spotipo
source .env/bin/activate
python manage.py dump_site_details
The script will now export all the data into a zip file and save it with the name spotipo_export.zip under /usr/share/nginx/spotipo
Please send it to support [at] spotipo [dot] com and we will help you import it to your cloud account.
Updated on: 21/02/2025
Thank you!