aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2022-01-28 19:14:39 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2022-01-28 19:14:39 +0100
commit5ecab67379d5112f4699db5a39ae27d6da815228 (patch)
tree2a433e7724961be8fba327b69145150c89d040c0
parentf3dbf47547e659f1797495b65a623382435805c0 (diff)
downloadinfrastructure-5ecab67379d5112f4699db5a39ae27d6da815228.tar.gz
infrastructure-5ecab67379d5112f4699db5a39ae27d6da815228.zip
Use a list to organize ref
-rw-r--r--op_guide/stolon/manual_backup.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/op_guide/stolon/manual_backup.md b/op_guide/stolon/manual_backup.md
index fa7e13f..654d789 100644
--- a/op_guide/stolon/manual_backup.md
+++ b/op_guide/stolon/manual_backup.md
@@ -297,9 +297,9 @@ rsync --progress -av /tmp/sql/{*.tar.gz,backup_manifest,dump-*} backup/target
## Ref
-https://philipmcclarence.com/backing-up-and-restoring-postgres-using-pg_basebackup/
-https://www.cybertec-postgresql.com/en/pg_basebackup-creating-self-sufficient-backups/
-https://www.postgresql.org/docs/14/continuous-archiving.html
-https://www.postgresql.org/docs/14/backup-dump.html#BACKUP-DUMP-RESTORE
-https://dba.stackexchange.com/questions/75033/how-to-restore-everything-including-postgres-role-from-pg-dumpall-backup
-https://blog.capdata.fr/index.php/postgresql-13-les-nouveautes-interessantes/
+ - https://philipmcclarence.com/backing-up-and-restoring-postgres-using-pg_basebackup/
+ - https://www.cybertec-postgresql.com/en/pg_basebackup-creating-self-sufficient-backups/
+ - https://www.postgresql.org/docs/14/continuous-archiving.html
+ - https://www.postgresql.org/docs/14/backup-dump.html#BACKUP-DUMP-RESTORE
+ - https://dba.stackexchange.com/questions/75033/how-to-restore-everything-including-postgres-role-from-pg-dumpall-backup
+ - https://blog.capdata.fr/index.php/postgresql-13-les-nouveautes-interessantes/