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...
Continuous Delivery with Jenkins

Continuous Delivery with Jenkins

When supplying enterprise-level projects, you have to place a great emphasis on the process of continuous integration and rapid delivery of new product versions. This guide is intended to help you in solving this problem by means of a bundle of DevOps tools, that can...