DB migration tool for GCP Spanner

VK
Bronze 1
Bronze 1

Hey, there.
I'm using Golang with GCP Spanner,
and I’m trying to find best DB migration tool for my project,
I’ve found https://github.com/golang-migrate/migrate
Maybe someone knows better option, or maybe some amazing tool which is language agnostic?
I’ve heard about liquibase,
but seems like it suitable only for java projects and not really good option for go project.

Any advice/comment highly appreciated!

0 2 706
2 REPLIES 2

There are several tools that could be used to migrate to Spanner. What is your source database?

Hi VK,

Is this question for Schema, Data or App migration?

If it's for Schema or Data migration - you can use HarbourBridge 2.0 - https://cloud.google.com/blog/topics/developers-practitioners/minimal-downtime-migrations-cloud-span...

If it's schema and data migration - you can use HarbourBridge -