Skip to content

Support exporting/importing a group preserving all ID's.

For data recovery purposes it would be very useful to have some sort of CLI process that easily lets us:

  1. Export a group from one Baserow instance/server/posgresql db
  2. Import it into a new Baserow server
  3. In the new server all the ID's for every single row in every single table and metadata table must be the same, if any clash on import it should crash and rollback the entire transaction

Right now the import/export serialized CLI tools preserve the id's of rows in the user tables themselves. But it doesn't preserve any of the ids in any other metadata tables (group id, field id, table id, view id etcetc)