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...
How to schedule Backup for Mysql/MariaDB ?

How to schedule Backup for Mysql/MariaDB ?

Using this instruction you can easily schedule the automatic backup of a MySQL or MariaDB database.Follow the below steps:- Create environment:- Log into the GPUonCLOUD Manager Click Create environment. In the Environment topology dialog pick MySQL as a database you...
How to get mongoDB database backups ?

How to get mongoDB database backups ?

This tutorial shows how to backup your GPUonCLOUD MongoDB database automatically using the Cron. A. Create environment:- Log in toGPUonCLOUD Manager Click Create environment.                In the Environment topology window select MongoDB as a database you want...
How to create MSSQL Database Server ?

How to create MSSQL Database Server ?

MSSQL Database Server Microsoft SQL Server is a relational DB management system, developed by Microsoft. As a database server, its primary function is to store and retrieve data upon binded apps’ requests, regardless of the programming language they are written in....
How to  Deploy .Net Project ?

How to Deploy .Net Project ?

.NET Projects Deployment Despite of the programming language it is written in, any application requires a series of similar steps for being hosted. This instruction is devoted to the specifics of .NET projects’ deployment and running inside the GPUonCLOUD . Although...