Skip to content

Instantly share code, notes, and snippets.

@Alex-Yates
Created May 17, 2023 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Alex-Yates/990b11b16557cd95e0bf17e123b80ccd to your computer and use it in GitHub Desktop.
Save Alex-Yates/990b11b16557cd95e0bf17e123b80ccd to your computer and use it in GitHub Desktop.
sourceType: Backup
name: pagila-pg
engine: postgresql
version: 14
backups:
- file: pagila-pg/dump-pagila_dev.sql
- file: pagila-pg/dump-pagila_shadow.sql
initialDatabaseName: pagila
postScript: |
CREATE ROLE redgate WITH LOGIN SUPERUSER PASSWORD 'not_the_real_password';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment