Tag: #postgres

  • 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…