Backups

How To Automate Backups with object storage — step-by-step DevOps tutorial on Progressive Robot

How To Automate Backups with object storage

Backing up important data is an essential part of managing any computer infrastructure. In this tutorial, we will build a script around the s3cmd command line tool which can be used to quickly upload data to object storage. We will then use crontab to regularly invoke the backups script and upload files to our Space.

Read more
Deploying MongoDB With Redundancy — step-by-step Databases tutorial on Progressive Robot

Deploying MongoDB With Redundancy

Part of a series of conceptual articles outlining security best practices in MongoDB, this guide highlights the importance of regularly creating backups of your Mongo data and highlights the document database’s built-in replication features.

Read more
Создание резервных копий, восстановление и миграция базы данных MongoDB в Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Создание резервных копий, восстановление и миграция базы данных MongoDB в Ubuntu 20.04

MongoDB — одна из самых популярных систем управления базами данных NoSQL. Она отличается надежностью, масштабируемостью, мощностью и удобством в использовании. В этой статье мы покажем, как создавать резервные копии, восстанавливать и переносить базы данных MongoDB.

Read more
CHAT