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 Tillublogs.jaytillu.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·659 readsBuilding on DigitalOcean App PlatformClojure
Vladimir Márquezvladho.hashnode.dev·Jul 29, 2023Data MigrationSeveral approaches and strategies can be employed depending on the specific requirements and constraints of the migration project. Assessment and Planning. Before initiating a data migration, it's crucial to assess the existing data infrastructure, a...DiscussAWS Data Migration - Fundamentalsdatabase migrations
Nirmal PandeyforBits Notionbitsnotion.com·Jul 24, 2023Django ModelsDjango models are a fundamental component of Django web applications, offering a simplified and pythonic way to define the structure of your data. Acting as Python classes, Django models enable seamless interactions with the underlying database. With...Discuss·10 likesDjangoDjango
Nathan Friesnathanfries.hashnode.dev·Jun 19, 2023Unsupported: Opensearch MigrationsIntro MySQL, Postgres, and MongoDB all have something in common: numerous ORMs and open source tools that provide migrations as a first class citizen. Why? Because they are extremely powerful for ensuring: Changes are tracked in version control Rep...Discussopensearch