Prompt to prevent potential database disaster? #322
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We ran into an issue where a new version of a DB was deployed and then it did some upgrade work on the internals in the background. Then someone deployed an older version of that DB and it exploded complaining that a newer version of the database had done work and now you can't run the old.
We could guard against this:
db
service$x
& new version to be deployed is <$x
Especially for anything mariadb/mysql 😱
For our future selves, this was wordpress, I think i remember similar bullshit with nextcloud also.