Note: This is for setting up a local Postgresql database on the local running CIVAM site Primarily this will be used to ensure dev work is inline with what is running on the current CIVAM site.
- Pull DB file from site:
scp -i civam-new.pem [email protected]:<<SRC>> <<DEST>>
Example:
scp -i civam-new.pem [email protected]:~/db-backups/DBFullBackups/db_backup_10_24_2021 .
This will pull the file db_backup_10_24_2021
into my current working directory