Exported on 15-Nov-2021 14:57:27
Name
|
Type
|
Script Reference
|
Default Value
|
Comment
|
Linux
|
Linux / Unix Server
|
linux
|
|
|
|
Linux Credential
|
Linux OS Credential
|
linuxCredential
|
|
|
|
Postgres Backup Destination
|
Text
|
postgresBackupDestination
|
|
|
|
Postgres Connection URI
|
Text
|
postgresConnectionUri
|
|
|
|
This step has the following parameters
Name
|
Script Reference
|
Default Value
|
Postgres Connection URI
|
{postgresConnectionUri}
|
None
|
Postgres Backup Destination
|
{postgresBackupDestination}
|
None
|
The connection details have changed from the last step.
Login as user
{Linux Credential}
on node
{Linux}
Connect via SSH
ssh user@hostname
This is a
Bash Script
make sure you run it with
bash -l
from a terminal session
# Create a backup file for Postgres Database
pg_dump {postgresConnectionUri} > {postgresBackupDestination}
Backup Postgres Databases With AttuneOps on Linux
This Blueprint Creates A Backup For Specified MongoDB Database on Linux
Postgres is a relational database Management system. This blueprint takes the following parameter to create the Postgres backup file.
Pre-Blueprint Attune setup
Steps Involved