Hi all If i m looking to migrate the
# spicedb
b
Hi all - If i'm looking to migrate the backend infrastructure that SpiceDB is using (database) from MySQL to Postgres - would it be possible to: 1) spicedb migrate head 2) pgloader from mysql > postgres (data only) Or do i have to possibly dump all relationships out and load them in again to the new db?
v
Hi @brentpi_35990 , messing at the datastore level is not recommended, since each datastore has a different way to handle SpiceDB's MVCC and schemas would be different. The recommended way is to use the new BulkExport / BulkImport APIs. You can use
zed
command line tool to invoke it.
b
thanks heaps