You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Follow the CLI prompts for port and authentication, complete onboarding, then open the Web UI URL from the terminal.
19
19
20
20
> [!TIP]
21
-
> To update later, use**Settings → Update → Self Update** (see [How to Update](setup/installation.md#how-to-update-agent-zero)). Always create a backup under **Settings → Backup & Restore** first.
21
+
> To update later, open**Settings UI → Update tab → Open Self Update** (see [How to Update](setup/installation.md#how-to-update-agent-zero)). Backups are automatically managed internally.
22
22
23
23
> [!NOTE]
24
24
> For manual Docker Desktop setup, volume mapping, and platform-specific detail, see the [Installation Guide](setup/installation.md#manual-installation-advanced).
Copy file name to clipboardExpand all lines: docs/setup/installation.md
+17-4Lines changed: 17 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,14 +31,27 @@ Once the install completes, open the URL shown in your terminal to access the We
31
31
32
32
### Self Update (Recommended)
33
33
34
-
Use the built-in updater in the Web UI (since v1.5):
34
+
Use the built-in updater in the Web UI:
35
35
36
-
1. Go to **Settings → Update** and open **Self Update**
37
-
2. Choose the version you want
38
-
3. Click **Restart and Update**
36
+
1. Open **Settings UI → Update** tab
37
+
2. Open **Self Update**
38
+
3. Wait for the update checker to see if you have the latest version or if there's an available update.
39
+
40
+
You'll also be prompted through the UI when a new A0 version is released. Backups are automatically managed internally during this process.
39
41
40
42
For technical details of the updater, see [Self Update](../guides/self-update.md).
41
43
44
+
### Updating from Pre-v0.9.8
45
+
46
+
If you are upgrading from an older version of Agent Zero (v0.9.8 or earlier) to v1.1 or newer, the architecture has fundamentally changed. You cannot use the in-app Self Update. Instead, follow these steps to migrate your data:
47
+
48
+
1.**Backup your existing `usr/` directory** (which contains your settings, projects, memory, and custom plugins).
49
+
2.**Run the new install script** to set up the new Docker-based architecture:
- Windows (PowerShell): `irm https://ps.agent-zero.ai | iex`
52
+
3.**Migrate your data:** After the new installation completes, copy the contents of your backed-up `usr/` directory into the new `/a0/usr/` directory created by the script.
53
+
4. Restart the container for the changes to take effect.
54
+
42
55
### Manual Update (Advanced)
43
56
44
57
> Use this only if Self Update is unavailable or you must manage containers yourself (for example, some custom Docker setups).
Copy file name to clipboardExpand all lines: knowledge/main/about/setup-and-deployment.md
+13-7Lines changed: 13 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,13 +41,19 @@ Settings are saved to `usr/settings.json` immediately on change.
41
41
42
42
## Updating Agent Zero
43
43
44
-
The recommended update process preserves user data:
45
-
1. Keep the old container running
46
-
2. Pull the new image: `docker pull agent0ai/agent-zero`
47
-
3. Start the new container on a different host port
48
-
4. In the old instance: Settings → Backup & Restore → Create Backup
49
-
5. In the new instance: Settings → Backup & Restore → Restore from Backup
50
-
6. Stop the old container
44
+
The recommended update process is to use Self Update:
45
+
1. Open **Settings UI → Update** tab
46
+
2. Open **Self Update**
47
+
3. Wait for the update checker to see if you have the latest version or if there's an available update
48
+
49
+
You'll also be prompted through the UI when a new A0 version is released. Note that backups are automatically managed internally during the self-update process.
50
+
51
+
### Updating from Pre-v0.9.8
52
+
53
+
If upgrading from v0.9.8 or earlier, the architecture has significantly changed. You must use the new install scripts and manually migrate your data:
54
+
1. Backup your existing `usr/` directory.
55
+
2. Run the Quick Install script (`curl -fsSL https://bash.agent-zero.ai | bash` for macOS/Linux or `irm https://ps.agent-zero.ai | iex` for Windows).
56
+
3. Copy your backed-up `usr/` contents into the new installation's `a0/usr/` directory to preserve your settings, memory, and plugins.
0 commit comments