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