Posts
Car Plates In Poland
Car Plates In Poland
Rails 7 Turbo Drive breaking change
You might encounter it when upgrading to rails >= 7.
Setup Heroku app on naked domain with SSL using DNS registrar not supporting ALIAS record via Cloudflare
Intro
Apps hosted on Heroku does not have static IP addresses assigned to them so it is impossible to simply setup
A
type DNS record (it requires IP). Most DNS registrars does not allow settingCNAME
(also calledALIAS
) toroot domain
(also callednaked domain
). Cloudflare allows such setting using, as they call it,CNAME flattening
. Another features of Cloudflare are protection against various attacks and caching.Backup and restore data from server PostgreSQL using pg_dump and pg_restore
Bunch of commands that will let you move data bettwen postgres instances.
subscribe via RSS