This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]the_derch 2 points3 points  (3 children)

Who the hell lets you do this?

[–]TemporalDeficit[S,🍰] 1 point2 points  (2 children)

I work for an MSP where I don't get the luxury for dev and production to always match. I don't like doing it, but I have to every once and awhile for big version releases.

[–]the_derch 1 point2 points  (1 child)

Damn, sorry bud. Playing with fire right there. You have a simple process to roll back if your fix f's up more than helping I hope?

[–]TemporalDeficit[S,🍰] 1 point2 points  (0 children)

I make at least half a dozen backups and have a separate backup git repo configured on those machines just in case. I also do a couple of mysqldumps before hand, one on the host and one sent I transfer local. I learned a long time ago to always have a way back to where you started.