I am a Zivver admin
Configure and manage Zivver
Migrate your runbook to Python 3.10
Microsoft is retiring the Python 3.8 runbook runtime on September 30, 2026. If Cloud Sync was set up before this change, your runbook will still runs on Python 3.8 but will not be maintained and needs migrating.
A runbook’s Python version can’t be changed after the runbook is created. Instead, you create a new runbook on Python 3.10 in the same automation account and move your schedule to it. The migration takes about 15 minutes.
Your Zivver API key, the Cloud Sync settings, and the managed identity permissions all live on the automation account, not on the runbook. Nothing has to be re-entered or granted again.
The button overwrites your Cloud Sync settings with the template defaults and resets your schedule.
Note your current settings
- Sign in to the Azure portal.
- Open the ZivverCloudSync automation account.
- Select Runbooks and open the runbook ZivverCloudSyncLoader.
- Select Schedules and open the linked schedule.
- Write down the values under Parameters and run settings. You need these values in Move the schedule.
perform_sync only runs in preview mode.Leave the old runbook and its schedule in place for now, so it stays available as a fallback.
Create the new runbook
In Runbooks, select Create a runbook and fill in the form:
| Field | Value |
|---|---|
| Name | ZivverCloudSyncLoaderPython310 |
| Runbook type | Python |
| Runtime version | 3.10 |
A wrong runtime version can’t be corrected later, only deleted and created again.
If 3.10 isn’t listed: the automation account needs a runtime environment. Select Runtime Environments, then Create. Use the name ZivverCloudSyncPython310, language Python, version 3.10, and no packages. Then create the runbook and select this environment. Newer deployments already have this environment, so reuse it if it is present.
Add the loader script
- Download the loader script.
- Open the new runbook and select Edit, then Edit in portal.
- Replace all contents with the downloaded file and select Save.
It handles the certificate validation and the Cloud Sync download.
Test, then publish
- Open the Test pane and select Start with no parameters. Leaving out
perform_syncmeans preview mode, so nothing is written to Zivver. A run takes a few minutes. - Check that the output shows
Starting Cloud Sync v..., your usual settings, no errors, and ends in preview mode. - Select Publish. A draft runbook can’t be scheduled.
Move the schedule
- Open the new runbook, select Schedules, then Add a schedule and Link a schedule to your runbook, and select
ZivverCloudSyncSchedule. - Under Parameters and run settings, enter the values from Note your current settings.
- Open the old runbook, select Schedules, and remove the link.
Two linked runbooks means two syncs a day.
Check the first scheduled run
Open the new runbook and select Jobs. The status should be Completed, and the email report arrives as usual. You can then delete the old runbook or leave it unscheduled.
Roll back the migration
If the new runbook doesn’t work as expected, reverse the steps in Move the schedule: unlink the schedule from the new runbook and link it back to the old one.
Frequently asked questions
Can you switch an existing runbook to 3.10 instead?
No, the Python version is fixed when the runbook is created.Do you need to add Python packages to the runtime environment?
No, Cloud Sync installs its own packages on every run.Does anything synchronize differently on 3.10?
No. Runbooks on 3.10 run on Linux sandboxes instead of Windows, which doesn't affect the synchronization or its duration.Help
Contact Zivver Support with the name and runtime version of the new runbook, the ID and output of the failed job, and whether a schedule is still linked to the old runbook.