3 lines
72 B
Bash
Executable file
3 lines
72 B
Bash
Executable file
#!/bin/bash
|
|
|
|
podman exec rebased-db pg_dump -U pleroma pleroma > db.sql
|