Skip to content

Commit c13f7c5

Browse files
committed
This is what happens when you make changes after testing
1 parent 364630e commit c13f7c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

files/backup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ def finalize_backup(backup_path):
214214
if state.pg_major_version < 15:
215215
stop_backup_sql = "SELECT * FROM pg_stop_backup(false, true)"
216216
else:
217-
stop_backup_sql = "SELECT * FROM pg_packup_stop(true)"
217+
stop_backup_sql = "SELECT * FROM pg_backup_stop(true)"
218218
state.cursor.execute(stop_backup_sql)
219219
row = state.cursor.fetchone()
220220
last_segment = row[0]

0 commit comments

Comments
 (0)