3 lines
110 B
Bash
3 lines
110 B
Bash
# restore example:
|
|
|
|
cat your_db.dump | podman exec -i your_pg_container pg_restore -U affine -d affine --clean |