[Solved] PostgreSQL ERROR: There is 1 other session using the database.
In PostgreSQL, if you have active connection to the database and if you try to DROP the database, you will...
In PostgreSQL, if you have active connection to the database and if you try to DROP the database, you will...
Issue: If you set up a kubernetes cluster in Vagrant using kubeadm on a Ubuntu box, the cluster master node...
Issue When starting up Virtual Box VMs using vagrant in mac, it throws the following errors. VBoxManage: error: Details: code...
Issue: I have my Jenkins master and slave setup on AWS instance. I am build i have a maven deploy task to upload a large artifact to nexus. During which the upload is getting timed out...
I am trying to create a volume in Glusterfs and I am getting an error saying "Volume creation Failed: gdata is already part of a volume". How can i rectify this problem? Glusterfs: already...
By default vagrant mounts the host folder to /vagrant directory of the Virtual machine where you have the vagrantfile. This allows us to share files and codebase to the virtual machine without dealing with file transfer...