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
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
- 1If 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`.
- 2To 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