Created
May 17, 2023 13:57
-
-
Save Alex-Yates/990b11b16557cd95e0bf17e123b80ccd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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