© 2023 Hashnode
#databasemigration
Are you planning to migrate your MongoDB replica set between Kubernetes clusters with zero downtime? This can be a challenging task, but with the right approach and tools, it's possible to achieve a s…
Since its introduction, the programming language Go (also known as Golang) has become increasingly popular. It is known for its simplicity and efficient performance, similar to that of a lower-level l…
Recently, my team and I managed to migrate millions of our users' data with no downtime required. In this post, I'm going to share why we did it, how we did it, and what we've learned from this. Backg…
A database migration is the process of transferring data from one database to another, or from one version of a database to another. This can involve moving the data to a new server, changing the stru…
Ruby on Rails comes with a pretty good database schema management system. It lets developers easily manipulate database schema, add extensions, add functions, and rollback any changes. However, if you…