Change8

Migrating to AutoGPT autogpt-platform-beta-v0.6.0

Version autogpt-platform-beta-v0.6.0 introduces 2 breaking changes. This guide details how to update your code.

Released: 3/19/2025

2
Breaking Changes
2
Migration Steps
0
Affected Symbols

Breaking Changes

Issue #1

The Supabase docker-compose setup is now locked to the repository, removing the need to load the Supabase repository as a git sub-module.

Issue #2

Existing database content will be lost due to a change in the database volume location. To preserve existing data, copy your data volume using: `cp -r supabase/docker/volumes/db/data db/docker/volumes/db/data` in the autogpt_platform folder.

Migration Steps

  1. 1
    If you wish to keep your existing Supabase database content, execute the following command in the autogpt_platform folder: `cp -r supabase/docker/volumes/db/data db/docker/volumes/db/data`.
  2. 2
    To update the code, run: `git pull origin autogpt-platform-beta-v0.6.0`.

Release Summary

Release v0.6.0 introduces agent export/import features and significant UI/UX improvements. It also includes a breaking change to the Supabase setup, requiring users to migrate their database volumes if they wish to retain data.

Need More Details?

View the full release notes and all changes for AutoGPT autogpt-platform-beta-v0.6.0.

View Full Changelog