-
• #27
awesome work 👊
much appreciated -
• #28
My OH is Italian and a trained translator, so anything you need done on that front, please shout…
-
• #29
Thanks, gafferman. Truly rapid work.
DAS! (Do a surgery) -
• #30
Top work VB.
-
• #31
Impressive response to a P1 critical situation, many plaudits
-
• #32
Good work fella
-
• #33
Great work V, thank you.
-
• #34
Still some problems with icons on the homepage:
1 Attachment
-
• #35
Also ... Donated!
-
• #36
Impressive response to a P1 critical situation, many plaudits
Yeah, I realise already that I've never seen any business handle something like a suspended primary domain so rapidly. The ad-hoc "I've got this" business continuity plan is pretty incredible.
-
• #37
Still some problems with icons on the homepage
Will fix.
-
• #38
- Fix all forum logos on all sites, as they typically are assets on
microco.sm
- Replace all
microco.sm
withmicrocosm.app
in all comments
That last one was only 20K comments out of 17M.
- Fix all forum logos on all sites, as they typically are assets on
-
• #39
- Purge nginx file cache for the API.
- Purge nginx file cache for the API.
-
• #40
That's a lot of comments. Did you do it in one query? What was your rollback strategy?
-
• #41
👀
Yes
UPDATE revisions SET raw = REPLACE(raw, 'microco.sm', 'microcosm.app') ,html = NULL WHERE raw LIKE ('%microco.sm%');
-
• #42
In the past 12 hours I would say... there wasn't, and still isn't, a rollback strategy.
It's more a "fail forward" strategy.
The adrenalin helps provide focus.
-
• #43
How long did that take?
-
• #44
Love it. Proper cowboy stuff. No snapshots or anything?
-
• #45
Hell, no transactions.
It took about 7 seconds.
-
• #46
- Fix Sendgrid DKIM and SPF, fix the HSTS for the pervasive link tracking that I can't remove
- Fix Sendgrid DKIM and SPF, fix the HSTS for the pervasive link tracking that I can't remove
-
• #47
As you well know from my ... cough cough ... contributions the focus part isn't so good for my work when I fly on auto pilot like that. I really rely on stuff like backups and rollbacks and staging environments to make absolutely sure I don't fuck up.
-
• #48
I mean... if I wanted to be professional about this it would be down for a month and cost £20K in consultants to restore.
But just doing what needs to be done it was only down for 3h and has cost about £300 (£250 for the TLS cert and just shy of £50 for some email campaigns telling some of the sites that they have a new URL).
-
• #49
An no dreaded VACUUM
-
• #50
I really rely on stuff like backups and rollbacks and staging environments to make absolutely sure I don't fuck up.
I looked up the syntax for
LIKE
before I ran it... but that's only because the first time I ran it, it proudly said "0 rows updated" so I knew I got something wrong (I missed the%
chars).
Purging the HTML cache now, it will take a moment and there may be a short outage again.
All links will be fixed after this.