Skip to content
Snippets Groups Projects
Commit 4de4f9e3 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

fix type in comment header

parent 077f1f12
No related branches found
No related tags found
1 merge request!156support backup of single database or given databases
......@@ -20,7 +20,7 @@
# 2024-03-18 ah fix for db detection from file and cli restore
# 2024-10-02 ah reset $rc before calling db plugin
# 2024-12-13 ah set gzip compression from 9 to 4
# 2025-05-01 ah suport backup of single database or given databases
# 2025-05-01 ah support backup of single database or given databases
# ======================================================================
# --- variables:
......
......@@ -18,7 +18,7 @@
# 2024-12-16 ah v1.7 on snapshot mode it can fallback for single database to normal pg_dump of origin
# 2024-12-17 ah v1.8 handle env variables to disable snapshots or set times for disconnect
# 2025-02-03 ah v1.9 pg_dump in temp directory; dump file will be moved to backup dir
# 2025-05-01 ah v1.10 suport backup of single database or given databases
# 2025-05-01 ah v1.10 support backup of single database or given databases
# ================================================================================
if [ -z "$BACKUP_TARGETDIR" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment