|
You are here |
smustafa.blog | ||
| | | | |
akashgoswami.dev
|
|
| | | | | How I've setup and installed PostgreSQL on my Macbook | |
| | | | |
stribny.name
|
|
| | | | | ||
| | | | |
devremote.io
|
|
| | | | | PostgreSQL is a powerful, open-source object-relational database management system (ORDBMS) widely used for web, mobile, geospatial, and analytics applications. It is known for its robust features, including support for complex queries, foreign keys, and triggers, and its ability to handle large volumes of data. Docker is a containerization platform that | |
| | | | |
endot.org
|
|
| | | For a while now, I've been backing up the few WordPress blogs that I run for various people with a very simple script that followed this algorithm: Copy files to a temporary directory. Dump the MySQL data into a file in that directory. Tarball it up. Scp that file to another server that I run. At the time, I did this because it was the simplest thing that could possibly work. | ||