Juan S. Caro
Joined
Activity
Posted in Suggestion for a new episode
Hi Chris, I would find interesting an episode about the implementation of a digest. I mean these weekly types of e-mail that send platforms like medium or quora in which they send the most interesting things of the week, and they are all sent every week at the very same time.
In the begining, I thought about doing some kind of cron job, adapting the email template, and then sending it through sendgrid, but I wonder how would you do that.
Hi everyone, I have been deploying following the guides of this site. However, I had introduced the use of UUID and so I have set the use of extensions for PostgreSQL. Now, when I deploy, I get the following error:
PG::InsufficientPrivilege: ERROR: permission denied to create extension "pgcrypto"
HINT: Must be superuser to create this extension.
: CREATE EXTENSION IF NOT EXISTS "pgcrypto"
It's crear that I need to be superuser, but I gave superuser power to deploy user, and I wouldn't know what to do next. Any help on that? Thanks
This article needs to be updated. The command given to create the cert does not work at this point of the tutorial. It seems Certbot has changed slightly many steps.