Troubleshooting

Workspace backup

Fix Team OS workspace GitHub backup problems.

SymptomLikely causeFix
Logs say GitHub workspace backup disabledNo backup remote is configured.Set TEAM_OS_GITHUB_BACKUP_REMOTE if you want workspace backup.
Logs say the backup token is missingA remote is set, but no token is available.Set TEAM_OS_GITHUB_BACKUP_TOKEN with access to the private backup repo.
Backup fails with git not foundThe API image is outdated or does not include Git.Follow the Docker Compose update steps. If you use a custom image, install Git.
Backup appears empty after deployAGENTIC_OS_DIR points to a non-persistent path or no server files changed.Mount AGENTIC_OS_DIR to persistent storage.

Workspace GitHub backup does not replace database backup. Keep backing up hosted Postgres.

Next: Local PGLite lock