INN / umbrella-sfpublicpress

San Francisco Public Press
https://sfpublicpress.org/
GNU General Public License v2.0
1 stars 4 forks source link

Launch prep checklist #151

Open MirandaEcho opened 4 years ago

MirandaEcho commented 4 years ago
MirandaEcho commented 4 years ago
MirandaEcho commented 4 years ago
joshdarby commented 4 years ago

Their domain is currently using custom nameservers, so when we go to switch the domain to flywheel we'll need to delete those (or set them back to the default) in order to be able to set the correct A and CNAME records.

Screen Shot 2020-07-02 at 12 16 53 PM

joshdarby commented 4 years ago

@MirandaEcho reminder that we still need access to their WHM account. He gave us the wrong password when we spoke with him and he said he would send it later.

joshdarby commented 4 years ago

The internet says that in order to change the domain on the Drupal site, we'll need to...

joshdarby commented 4 years ago

I can't figure out how to change TTL settings inside of their registrar (who also has 0 documentation) 😕 . @benlk could you try and take a look?

It's possible that the option isn't showing and won't show until the custom nameservers are removed.

benlk commented 4 years ago

As best as I can tell, we need to talk to whomever runs ns1.sfpublicpress.org and ns2.sfpublicpress.org, who is not the registrar

joshdarby commented 4 years ago

@benlk Wouldn't that not matter since we're going to do away with those when we point it to FW?

benlk commented 4 years ago

Without access to the custom nameservers, we can't decrease the TTL records served by that nameserver.

benlk commented 4 years ago

Aha.

$ dig @ns1.sfpublicpress.org sfpublicpress.org any

; <<>> DiG 9.10.6 <<>> @ns1.sfpublicpress.org sfpublicpress.org any
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 50801
;; flags: qr aa rd; QUERY: 1, ANSWER: 11, AUTHORITY: 0, ADDITIONAL: 3
;; WARNING: recursion requested but not available

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;sfpublicpress.org.     IN  ANY

;; ANSWER SECTION:
sfpublicpress.org.  86400   IN  TXT "v=spf1 +a +mx +ip4:199.38.114.9 include:_spf.google.com ~all"
sfpublicpress.org.  86400   IN  TXT "google-site-verification=XBdMHEXzGRz4YIdDfVM1G-XkpDflYnh1UcW1heDsnPs"
sfpublicpress.org.  3600    IN  MX  5 alt1.aspmx.l.google.com.
sfpublicpress.org.  3600    IN  MX  5 alt2.aspmx.l.google.com.
sfpublicpress.org.  3600    IN  MX  10 alt3.aspmx.l.google.com.
sfpublicpress.org.  3600    IN  MX  10 alt4.aspmx.l.google.com.
sfpublicpress.org.  3600    IN  MX  1 aspmx.l.google.com.
sfpublicpress.org.  86400   IN  SOA ns1.sfpublicpress.org. dnsadmin.server.sfpublicpress.org. 2020051301 86400 7200 1209600 86400
sfpublicpress.org.  86400   IN  NS  ns2.sfpublicpress.org.
sfpublicpress.org.  86400   IN  NS  ns1.sfpublicpress.org.
sfpublicpress.org.  14400   IN  A   199.38.114.9

;; ADDITIONAL SECTION:
ns1.sfpublicpress.org.  14400   IN  A   199.38.114.9
ns2.sfpublicpress.org.  14400   IN  A   199.38.114.10

;; Query time: 84 msec
;; SERVER: 199.38.114.9#53(199.38.114.9)
;; WHEN: Thu Jul 02 16:38:57 EDT 2020
;; MSG SIZE  rcvd: 454

Nameserver has same IP address as their present host.

The DNS admin interface is their cpanel, and the TTL is presently 14400

benlk commented 4 years ago

cPanel > Advanced Zone Editor > find the "sfpublicpress.org." A record and click "Edit" to open the form, make the change, then click "Edit Record" to confirm the changes.

Lowered to 3600 = 1h, on Monday we can drop it to 600 = 10m

There's a lot things going on on the present cPanel and host that need to be discussed with SFPP about if they want to abandon their current host, including the disposition of these second-level domains:

There are also a number of third- and fourth-level domain names, including things like the SRV record for _autodiscover._tcp.newsletter.sfpublicpress.org.

benlk commented 4 years ago

Questions are:

benlk commented 4 years ago

Wouldn't that not matter since we're going to do away with those when we point it to FW?

@joshdarby @MirandaEcho tl;dr is that:

joshdarby commented 4 years ago

Compile a list of 10-20 random URLs from the old site to test redirects right after launch

@MirandaEcho Here's a list of 20 random URL's. Out of the 20 tested, only 3 didn't work. 2 of those are because the URL's are really weird, for example:

Note the incomplete words at the end of the slug and the em — dash

joshdarby commented 4 years ago

@benlk, @MirandaEcho and I spoke with Michael today about the questions regarding their existing subdomains and services on cPanel and their custom nameservers.

Long story short is they don't think any of those are actually being used, but they're going to take 1-2 months to go through them and migrate them as they see fit. They're fine with us updating the sfpublicpress.org domain via cPanel for now so that we don't need to mess with the nameservers.

joshdarby commented 4 years ago

cPanel > Advanced Zone Editor > find the "sfpublicpress.org." A record and click "Edit" to open the form, make the change, then click "Edit Record" to confirm the changes.

Lowered to 3600 = 1h, on Monday we can drop it to 600 = 10m

@MirandaEcho Are you ok with me lowering the TTL to 10m?

joshdarby commented 4 years ago

TTL has been lowered to 10m.

Also, here's a screenshot of how it currently is set up, just in case anything goes wrong tomorrow: Screen Shot 2020-07-06 at 3 45 34 PM