Shreyansh Guptashreyanshgupta.hashnode.dev·Nov 17, 2024Strong migrations in Ruby on RailsIn this article, we looked at the Strong Migrations gem, and here we looked at gh-ost. Let us revisit the Problem Statement. Problem Statement When the database size is small, running migrations is not an issue as they run without delay. However, as ...DiscussRuby on Rails
Ryan Marvinblog.ryanmarvin.dev·Oct 1, 2024Zero Downtime Postgres Database Migration from GCP to AWS RDSIn 2023, I was working at a company where we were running our Elixir backend on Gigalixir. Gigalixir is a PaaS similar to Heroku that at the time we were using provided its managed database service for Postgres via GCP (Google Cloud Platform). I foun...Discuss·41 readsgigalixir
Karthik Anishkarthikanish.hashnode.dev·Jul 10, 2024Using go-migrate in Golang: A Robust Database Migration Toolgo-migrate is a powerful Golang library for managing database migrations. It provides a simple and reliable way to apply schema changes to your database in a controlled and programmatic manner.The key features of go-migrate include: Abstraction from ...Discussdatabase migrations
Thalles Lossurdosocraticprogrammer.hashnode.dev·Jul 5, 2024How to run migrations inside DockerfileDuring modern software development, it is necessary to version, maintain previous versions, and control possible risks that may occur during this process. In the context of data persistence, databases contain migrations, which is a tool aims to manag...Discussmigrations
Jamey Bartondbajamey.hashnode.dev·May 31, 2024How to Migrate from Oracle to SQL ServerBefore we discuss how to migrate from Oracle to SQL Server, let us understand what data migration is and when it may be used. This process involves exporting data from the source location, modifying if needed, and then transferring it to a destinatio...Discussdatabase
Milan Jovanovićmilanjovanovic.hashnode.dev·May 18, 2024EF Core Migrations: A Detailed GuideManaging database schemas as your applications grow can quickly become a headache. Manual changes are error-prone and time-consuming. This can easily lead to inconsistencies between development and production environments. I've seen these issues firs...Discussef core migrations
Srijan Rastogisrijan-27.hashnode.dev·May 16, 2024Level Up Your Database: A Practical Guide to Schema MigrationsIn the dynamic world of software development, database schemas are constantly evolving to accommodate new features, optimise performance, and adhere to changing data requirements. Database migrations, also known as Schema migrations, transform a sche...Discuss·1 like·67 readsDatabases
Jay Tillujaytillu.com·Apr 10, 2024Understanding Amazon Data Migration Service (DMS)In today's digital era, data is the backbone of every business operation. With the increasing demand for scalability, flexibility, and performance, many enterprises are shifting their data infrastructure to cloud-based solutions. However, migrating d...DiscussAWSamazon dms
Toni Väisänentonitalksdev.com·Dec 13, 2023DigitalOcean App Platform and Database MigrationsThis time, we'll continue working on the application from the previous posts by configuring PostgreSQL database migrations. We are not going to go into data modeling just yet. Instead, we are making sure that everything is ready for the time we're go...Discuss·760 readsBuilding on DigitalOcean App PlatformClojure
Joshua Oliphantjoshwastaken.hashnode.dev·Sep 6, 2023Scaling Postgres Databases with Liquibase on KubernetesScaling Postgres Databases with Liquibase on Kubernetes Evergreen Created: 2023-09-06 Updated: 2024-09-27 kubernetes postgres liquibase database-migrations high-availability I recently dived into scaling stateful applications in Kubernetes, focusing ...Discussdatabase migrations