by GOC Blogger | Sep 10, 2021 | Blog
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,...
by GOC Blogger | Sep 10, 2021 | Blog
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...
by GOC Blogger | Sep 9, 2021 | Blog
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...
by GOC Blogger | Sep 9, 2021 | Blog
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...
by GOC Blogger | Sep 9, 2021 | Blog
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...