Solutions

How To Manage Backups to the Cloud with Duplicacy — step-by-step DevOps tutorial on Progressive Robot

How To Manage Backups to the Cloud with Duplicacy

This tutorial provides a high-level overview of how to install the CLI version of Duplicacy and use it to manage a typical data backup process with a the cloud provider Space. It also demonstrates how to back up a shared repository from multiple Droplets to the same Space, as well as how to back up snapshots to multiple Spaces for greater data security.

Read more
Managed Databases Connection Pools and PostgreSQL Benchmarking Using pgbench — step-by-step Databases tutorial on Progressive Robot

Managed Databases Connection Pools and PostgreSQL Benchmarking Using pgbench

In this tutorial we’ll use `pgbench`, PostgreSQL’s built-in benchmarking tool, to run load tests on a the cloud provider Managed PostgreSQL Database. We’ll dive in to connection pools, describe how they work, and show how to create one using the Cloud Control panel. Finally, using results from the `pgbench` tests, we’ll demonstrate how using a connection pool can be an inexpensive method of increasing database throughput.

Read more
CHAT