filmov
tv
Database Migration: Update your schema without a downtime
![preview_player](https://i.ytimg.com/vi/zpM-lIRscXM/maxresdefault.jpg)
Показать описание
Updating a database schema is pretty easy if you can take your application offline. You shutdown the application, create a backup of the current database schema, perform all required update operations using tools like Flyway or Liquibase, restart the application and hope that everything works fine. But that changes if your customers don’t accept any downtime. Simple changes, like removing a column or renaming a table, suddenly require a multi-step migration process. The reason for that is that high-available systems make heavy use of redundancy.
In this video, I will show you how to update your database without a downtime. if you are new here and want to learn how to build incredible efficient persistence layers with JPA and Hibernate and all types of other Java persistence related stuff, start now by subscribing and clicking the bell, so you don't miss anything.
Links mentioned:
If you like this video, please give me your thumbs up and share it with your friends and co-workers.
Like my channel? Subscribe!
Join the free Member Library:
Want to connect with me?
#DatabaseMigration #Hibernate #DatabaseUpdate
In this video, I will show you how to update your database without a downtime. if you are new here and want to learn how to build incredible efficient persistence layers with JPA and Hibernate and all types of other Java persistence related stuff, start now by subscribing and clicking the bell, so you don't miss anything.
Links mentioned:
If you like this video, please give me your thumbs up and share it with your friends and co-workers.
Like my channel? Subscribe!
Join the free Member Library:
Want to connect with me?
#DatabaseMigration #Hibernate #DatabaseUpdate
Database Migration: Update your schema without a downtime
How to Handle Code Changes After Schema Updates
How to migrate schema | When to migrate schema | Schema change demo
Update your Database Schema with Zero Downtime Migrations | DevNation Tech Talk
Update your Database Schema with Zero Downtime Migrations Red Hat Developer DevNation Tech Talk
Migrating your schema to PostgreSQL and MySQL
Michiel Rook - Database schema migrations with zero downtime
Michiel Rook: Database schema migrations with zero downtime
Learn ASP.NET MVC Full Stack Development | .NET 8.0 | EF Core | MySQL Database | Beginner Tutorials
How do you update your production codebase/database schema without causing downtime?
WWDC23: Model your schema with SwiftData | Apple
10 - Schema versioning and data migration with migration strategies
Still Writing SQL Migrations? You Could Use A (Schema)Hero. - Marc Campbell, Replicated
Zero Downtime Migrations Using MongoDB Flexible Schema (MongoDB World 2022)
Entity Framework 5.0 - Code First Migrations - How to update a database schema Part 2 of 2
Michiel Rook - Database Schema Migrations with Zero Downtime
Database migration - Free tool (schema conversion) using AWS SCT
How do I migrate my Prisma schema?
Version based database migration with Liquibase
SchemaHero - Database Schema Migrations Inside Kubernetes
Efficient PostgreSQL Schema Migrations with Node.js and Graphile Migrate
Android : GreenDAO schema update and data migration?
How to automatically plan schema migrations with Atlas
Laravel 8 Migrations: Generate from Database Schema
Комментарии