#wordpress 2017-10-31

2017-10-31 UTC
[keithjgrant], tantek, arush, Kaja__, [kevinmarks], [tantek] and jeremycherfas joined the channel
#
jeremycherfas
!tell miklb I finally created a cron job to rsync wp-content to Dropbox. Now to figure out something for the data dump
#
Loqi
Ok, I'll tell them that when I see them next
[miklb] joined the channel
#
[miklb]
morning
#
Loqi
[miklb]: jeremycherfas left you a message 46 minutes ago: I finally created a cron job to rsync wp-content to Dropbox. Now to figure out something for the data dump
#
Loqi
rise and shine!
#
[miklb]
!tell jeremycherfas I plan to do something like this https://deliciousbrains.com/backup-wordpress-amazon-glacier/
#
Loqi
Ok, I'll tell them that when I see them next
#
Loqi
[Brad] Backup Your WordPress Site to Amazon Glacier
#
jeremycherfas
That's pretty straightforward. I do have S3 buckets, but I've also got space on DropBox.
#
Loqi
jeremycherfas: [miklb] left you a message 3 minutes ago: I plan to do something like this https://deliciousbrains.com/backup-wordpress-amazon-glacier/
#
[miklb]
My AWS bill is still less than $1 a month and I have a lot of credit with them, but concept is same for any storage
#
jeremycherfas
I think maybe if I run the mysql dump as a cron job on the server, then I can rync the whole kit and caboodle.
#
jeremycherfas
My AWS bill is a bit more than that because I host my podcast audio files there.
#
[miklb]
fwiw Google Code will give you $300 credit & their bucket storage is s3 compatible so could save yourself some $ for the next year.
Zegnat joined the channel
#
petermolnar
I don't recommend glacier
#
petermolnar
glacier is not a backup solution, it's an archive solution
#
petermolnar
in case of wp, I may even consider services like https://vaultpress.com/plans/
#
petermolnar
after that, it's rsynced to another machine
[eddie] joined the channel
#
jeremycherfas
That is really clear; thanks petermolnar. Working through those commands will help me understand a lot.
#
petermolnar
note: `` and $() are (more or less) equivalent in bash and I'm rather sphoradic using one or the other
#
petermolnar
sorry about that
[miklb] joined the channel
[eddie] and dougbeal|iOS joined the channel
#
jeremycherfas
I had no idea that WP security depended on volunteers.
#
petermolnar
it sums up how impossible is these days to push anything into WP is it's not aligned with the next release priorities
#
petermolnar
even if it's a vulnerability fix
#
petermolnar
geez. I've opened this 2 years ago, it's literally one line change, completely ignored: https://core.trac.wordpress.org/ticket/33003
tantek joined the channel
#
GWG
Don't get me started
#
GWG
All the ping stuff
#
GWG
It discourages me from doing things that people don't care about
dougbeal|mb1 joined the channel
#
petermolnar
the wp.org community discourages me in general
[miklb] joined the channel
#
[miklb]
I sometimes question where the line between volunteer and someone paid by a company to “work on core” full time is.
#
[miklb]
and by sometimes I mean al the time
#
[miklb]
all the time even
#
sknebel
according to wp.org, the security team is half automattic employees
#
[miklb]
kinda my point. Big companies that do wp.com VIP work have people in those kind of roles as well.
Kaja, tantek and wagle joined the channel
#
tantek
wow just learning about the "Cheatin' Uh?" error message in WordPress
#
tantek
has anyone here gotten that error?
#
GWG
tantek: No, but I know about it. It is supposed to be mostly deprecated
#
tantek
but apparently still happens and there is at least one open issue on it
#
GWG
Rarely
#
GWG
Either way, I've never triggered it
tantek and [cleverdevil] joined the channel
#
petermolnar
oh, I did
#
petermolnar
than again, I abused WP quite well
#
petermolnar
I'm slowly reading that vulnerability disclosure through, I'm astonished: WP should have started using a proper database abstraction library about a decade ago instead of writing it's own
#
petermolnar
this is ridiculous
#
GWG
It should have been using abstraction in general. It really isn't.