Problem When logged in as a vCloud Sys Admin in the Tenant (HTML5) interface and trying to delete any ISO from the Media section in vCloud Director 9.5 the following error appeared: Resolution VMware have identified this as a bug and are working on a patch. The workaround is to login in as an orginization Read More…
Month: November 2018
Backup Postgres DB and Rotate using Logrotate – CentOS
Here is a rudimentary script to backup a specific Postgres DB. Logrotate then takes care of the log rotation. As you'll see below we will keep 7 days worth of compressed files. #! /bin/bash # This script is called from logrotate /etc/logrotate.d/my-dumps # It backs up myDB every evening and logrotate takes care of compression Read More…
You must be logged in to post a comment.