tobey
tobey
@pvlvsk You can add the `elasticsearch__version` variable to your sites `vars.yml`. I do not know if running debops would downgrade the version already installed so you might need to reprovision...
If you use bedrock / sage-9 look at this https://github.com/schrapel/debops-wordpress-deployer
@carlalexander I get this with any plugin install. Happy to give you ssh access to do your thing and check the logs
I actually get it a ton now. The jetpack and redis plugin although function correctly none of the settings pages load for me
Can we do daily incremental and weekly full backup with rsnapshot? And multiple servers backup to a single backup server? Very excited for this. DO image backups is all I've...
@ataylorme I realised today that this would probably work. `echo '[codeserver.dev.${PANTHEON_SITE_UUID}.drush.in]:2222 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDSY3gnr0DrbqJJSnEFy6jazDmAdBm4Zs/EkWIQa7x31qgSYyYJMz5V+pk62lBf2BN42VtubwO83vW9G+yG2K1RGOvZJaK5GBvBb/Ws2ZPcp/4sNHpPzkdd75e5/Pk8AWA59XUbJcBWmrDrHMbWV1j2zqPPikxbqGeTTjSx4QR18LIRei5OwT6VQnaVnJqPAqFZ+oCbpr0DL96foL3UEY8EWT/6GH2cANEGZO4ppbhdDw4uG6TaI7S0lxWMQEVy+iwjCNH/nanjd73cwoYd90E0OVdgNDr3hVbIuE6sUW6UwlaAwuyOM/xJYPg1y0rF66958pyVJlZ9KD5A0kY3bHg7' >> ~/.ssh/known_hosts `
Ideally we should update this line https://github.com/ataylorme/Advanced-WordPress-on-Pantheon/blob/master/composer.json#L45
My workaround for the above is. I did not want to hardcode the color so grab it from the config. ``` import tailwindConfig from '../tailwind.config'; const HeadingInner = styled.h1` ${tw`text-5xl...
It would be useful to use it to extend so instead of ``` const Paragraph = tw.p`font-muli mb-8 text-gray-800 font-light` const ParagraphLarge = styled(Paragraph)` ${tw`text-lg text-gray-500`} ` ``` We could...
@bradlc Do you know why when I get this error? `It looks like you've wrapped styled() around your React component (h3), but the className prop is not being passed down...