Renaming column and table in database migrations with Elixir and PostgreSQL (opens in new tab)
From Patryk Bak - a programming blog: To guarantee zero downtime deployment, while deploying a new version of our application on more than one node, we can use rolling updates. What if this new version has a migration which renames either column or table? Will rolling updates protect our application against downtime?
Read the original article