Migration Conflicts and Resolution
How to handle conflicts when migrating between Supabase instances, including duplicate users, schema conflicts, and storage collisions.
Conflicts happen when data on your target instance overlaps with data from your source. A user with the same email exists on both sides. A table with the same name already has columns. A storage bucket already contains files. Stack2X detects these situations and handles them based on the conflict resolution strategy you choose. This article explains the types of conflicts you may encounter and how to resolve them.