mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-27 14:51:18 +00:00
re-run ci
This commit is contained in:
parent
0969fd3ab5
commit
64827a11fb
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ use std::{
|
||||||
};
|
};
|
||||||
|
|
||||||
// It's not possible to call `export_snapshot()` for each dump and run the dumps in parallel with the
|
// It's not possible to call `export_snapshot()` for each dump and run the dumps in parallel with the
|
||||||
// `--snapshot` flag. Don't waste your time!!!
|
// `--snapshot` flag. Don't waste your time!!!!
|
||||||
|
|
||||||
pub fn get_dump() -> String {
|
pub fn get_dump() -> String {
|
||||||
let output = Command::new("pg_dump")
|
let output = Command::new("pg_dump")
|
||||||
|
|
Loading…
Reference in a new issue