It often happens that working with different development environments and with a large amount of data on the database, the MongoDB service crashes or does not respond correctly.
Read moreTag: Bash
MySQL Full Backup Bash Script
This simple Linux BASH script creates a Full-Dump of the database in MySQL on a file, the script can be used later for some cronjobs.
Read morePostgreSQL Full Backup Bash Script
This simple Linux BASH script creates a PostgreSQL database Full-Dump to a file that can be used later by some cronjobs.
Read more