How to Generate a Custom SSL Certificate ?

How to Generate a Custom SSL Certificate ?

A noteworthy type of security for your domain names is provided by SSL certificate. Its become very easy with GPUonCLOUD, to host applications that require SSL.Generate a Custom SSL Certificate In order to add the Custom SSL certificate to your GPUonCLOUD environment,...
MySQL/MariaDB Database Master-Slave Replication

MySQL/MariaDB Database Master-Slave Replication

 MySQL/MariaDB Database Master-Slave Replication Master-slave replication is used to solve a number of different problems with performance, supporting the backup of different databases, and as a part of a larger solution to alleviate system failures. It enables data...
Introduction to MongoDB

Introduction to MongoDB

MongoDB is a popular open source Database application. While it is way easier than other databases, it also supports salient features like Master Slave replication, ad hoc queries, indexing and much more. Let us know few basic commands of MongoDB. You can login to...
Database Replication with PostgreSQL 9

Database Replication with PostgreSQL 9

Database Replication with PostgreSQL 9 Replication is a basic technology for any database server because the downtime or the data loss can result in reducing accessibility, productivity and product confidence. Using data replication from a master server to one or more...
How to get Backup of PostgreSQL Database ?

How to get Backup of PostgreSQL Database ?

Automatic PostgreSQL Backup The instruction below shows how to configure automatic periodic backups of your application data, stored within the PostgreSQL database. This will ensure safety of the information it contains in the case of unexpected server failure. In...