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