4 lines
138 B
Bash
Executable file
4 lines
138 B
Bash
Executable file
#!/bin/bash
|
|
set -e
|
|
|
|
pg_restore --verbose --clean --no-acl --no-owner -h localhost -U houdini_user -d commitchange_development latest.dump
|