Hacker News
- Django zero-downtime migrations for Postgres that respect database locks https://github.com/tbicr/django-pg-zero-downtime-migrations 34 comments
- Lazymigrate - terminal gui to manage database migrations (based on golang-migrate) https://github.com/Vaniog/lazymigrate 2 comments golang
- Relational Database Migration with AWS Database Migration Service https://www.canva.dev/blog/engineering/dms-aws-rds-migration/ 6 comments aws
- Picking a database migration tool for Go projects in 2023 https://atlasgo.io/blog/2022/12/01/picking-database-migration-tool 22 comments golang
- Where to learn how to use Liquibase with PostgreSQL for database migrations? https://docs.liquibase.com/workflows/database-setup-tutorials/postgresql.html 2 comments sql
- Upscheme - Database migration made easy https://github.com/aimeos 2 comments php
- Death, Taxes, and Database Migrations - Qvault https://qvault.io/clean-code/death-taxes-and-database-migrations/ 12 comments programming
- Automating database migration with CI/CD https://www.reddit.com/r/devops/comments/nt0n6j/automating_database_migration_with_cicd/ 15 comments devops
- Strategy for database migration in production? https://www.reddit.com/r/golang/comments/m172rm/strategy_for_database_migration_in_production/ 11 comments golang
- Migrating database storage objects from Oracle to Postgres https://techcommunity.microsoft.com/t5/azure-database-for-postgresql/migrating-database-storage-objects-from-oracle-to-postgres/ba-p/2117312 3 comments postgresql
- Database Migrations Library for Common Lisp https://github.com/madnificent/database-migrations 3 comments lisp
- [ann] Flask-yoyo to migrate your database https://www.reddit.com/r/flask/comments/frqka7/ann_flaskyoyo_to_migrate_your_database/ 3 comments flask
- New version of Psalm’s Laravel plugin infers model types from database migrations https://psalm.dev 12 comments laravel
- Rails 6 adds rails db:prepare to migrate or setup a database https://blog.bigbinary.com/2019/12/10/rails-6-adds-rails-db-prepare-to-migrate-or-setup-a-database.html 5 comments ruby
- Migration Complete – Amazon’s Consumer Business Just Turned off its Final Oracle Database https://aws.amazon.com/blogs/aws/migration-complete-amazons-consumer-business-just-turned-off-its-final-oracle-database/ 310 comments programming
- Migration Complete – Amazon’s Consumer Business Just Turned off its Final Oracle Database https://aws.amazon.com/blogs/aws/migration-complete-amazons-consumer-business-just-turned-off-its-final-oracle-database/ 66 comments aws
- Decoupling database migrations from server startup: why and how https://pythonspeed.com/articles/schema-migrations-server-startup/ 7 comments programming
- How we migrated our database from RDS PSQL to Aurora with 0 downtime https://www.reddit.com/r/devops/comments/c2xjru/how_we_migrated_our_database_from_rds_psql_to/ 24 comments devops
- Database migrations in Golang https://lanre.wtf/blog/2019/01/02/database-migration-golang/ 9 comments golang
- Zero-downtime Database Migration https://deepthought.blog/2018/10/zero-downtime-database-migration/ 9 comments programming
- Django postgresql backend that apply migrations with respect to database locks https://github.com/tbicr/django-pg-zero-downtime-migrations 3 comments django
- I built a tool to manage database schema migration. Love to share with you. https://www.reddit.com/r/devops/comments/8wlue1/i_built_a_tool_to_manage_database_schema/ 7 comments devops
- Lucidchart’s Database Migration to Amazon Aurora https://www.lucidchart.com/techblog/2018/05/08/lucidcharts-database-migration-to-amazon-aurora/ 8 comments aws
- Migrate Solarwinds NPM SQL Database to same server as Orion https://www.reddit.com/r/sysadmin/comments/77896x/migrate_solarwinds_npm_sql_database_to_same/ 3 comments sysadmin
- Is it possible for a small team of developers to quickly set up an efficient deployment of database migrations? https://www.reddit.com/r/devops/comments/76rzdi/is_it_possible_for_a_small_team_of_developers_to/ 21 comments devops
- dbmate: database schema migration tool with automatic support for .env files - feedback appreciated https://github.com/amacneil/dbmate 4 comments golang
- Introduction to database migrations using Flyway https://blog.knoldus.com/2017/01/26/introduction-to-database-migrations-using-flyway/ 14 comments java
- Nimble, Veeam & Hyper-V design question; do I store VHD's exclusively on the Nimble in a large volume, or migrate data (ie: databases) out of the VHD's and onto iSCSI volumes for direct VM guest access? https://www.reddit.com/r/sysadmin/comments/5lv3u5/nimble_veeam_hyperv_design_question_do_i_store/ 14 comments sysadmin
- Status of database migrations? https://www.reddit.com/r/haskell/comments/5h6t5a/status_of_database_migrations/ 26 comments haskell
- Does "<projectname> migrate" create a database? Or should a database be created beforehand? https://www.reddit.com/r/django/comments/50twb3/does_projectname_migrate_create_a_database_or/ 8 comments django
- Database migrations made simple https://www.kenneth-truyers.net/2016/06/02/database-migrations-made-simple/ 12 comments programming
- Handling Database Migrations in Go https://getgophish.com/blog/post/database-migrations-in-go/ 3 comments golang
- Migration routes for 118 different bird species mapped using citizen-science database (gif in article) https://www.allaboutbirds.org/mesmerizing-migration-watch-118-bird-species-migrate-across-a-map-of-the-western-hemisphere/ 4 comments science
- Flyway 3.1 released. Database migrations made easy. http://flywaydb.org/blog/flyway-3.1.html 2 comments java
- How to migrate users (hashed) passwords database from django to rails/devise http://aurelien-herve.com/blog/2014/05/23/how-to-migrate-your-django-users-to-a-new-rails-application/ 4 comments rails
- Flyway 3.0: Hello Android! - Database Migrations Made Easy. http://flywaydb.org/blog/flyway-3.0-android.html 13 comments java
- Django Database Migration using South easy tutorial part 1 http://mayurrokade.com/blog/django-database-migration-using-south-part-1/ 8 comments django
- Easy database migration using Taps(-taps) https://shellycloud.com/blog/2013/10/easy-database-migration-using-taps?utm_source=reddit/r/programming&utm_medium=free&utm_campaign=+easy+database+migration+using+taps(-taps) 4 comments programming
- Laravel Schema Designer - Visualize your database online and export your tables as migrations http://laravelsd.com/ 13 comments laravel
- Choosing a non-relational database; why we migrated from MySQL to MongoDB http://blog.boxedice.com/2009/07/25/choosing-a-non-relational-database-why-we-migrated-from-mysql-to-mongodb/ 60 comments programming