Tag: #s3

  • DevOps Hands-on : Postgresql backup using Ansible Playbook to S3 bucket

    DevOps Hands-on : Postgresql backup using Ansible Playbook to S3 bucket

    Step 1 — Installing Ansible To begin using Ansible as a means of managing your server infrastructure, you need to install the Ansible software on the machine that will serve as the Ansible control node. From your control node, run the following command to include the official project’s PPA (personal package archive) in your system’s…

  • DevOps Hands-On: Bash Script for PostgreSQL Backup & Restore | Task 1

    DevOps Hands-On: Bash Script for PostgreSQL Backup & Restore | Task 1

    Task – 1 Create a bash script to restore and backup a database Do the following tasks: Requirements 1. Explore about PostgreSQL command basic 2. Learning bash script 3. You can create dummy database for testing or get it somewhere else Scripts: 1. Backup a database (any) on PostgreSQL to S3 2. Restore a database…