Backing up PostgreSQL in Docker
It's very quick and easy to deploy your project with docker, just a few lines of docker-compose and you are up and running. But what about backups? This is something that's easily forgotten but crucial.
Überleben in der Digitalen Revolution - IT Sicherheit, Digitalisierung und alles andere rund um das digitale Leben.
It's very quick and easy to deploy your project with docker, just a few lines of docker-compose and you are up and running. But what about backups? This is something that's easily forgotten but crucial.
Surprise surprise, Ubuntu now uses LZ4 compression for Kernels, and this causes issues with Xen pygrub.
You might have to deal with a large amount of data, this is where table partitioning comes in handy. But integrating it in a rails project isn't that straightforward as it might seem. Here's my take on it.
I have fallen into this trap so many times and keep forgetting about it. I set a limit for an inbound number but still calls go through even they where supposed to be rejected. What gives? FreeSWTICH?
Looking at a 50MB CSV file might look like no bit task at first, but after the import runs for over 3 hours with under 20% progress, well then you have a problem and it's time for some parallel processing of the data.