Append pidfile to temp_files #71

Closed
abenmiloud wants to merge 3 commits from remove_temp_files into master
Owner

This commit fixes a bug where evobackup does not remove all its
temporary files.

This commit fixes a bug where evobackup does not remove all its temporary files.
abenmiloud added 1 commit 2024-01-04 16:37:46 +01:00
All checks were successful
gitea/evobackup/pipeline/head This commit looks good
60fc49ad0f
Append pidfile to temp_files
This commit fixes a bug where evobackup does not remove all its
temporary files.
Owner

I'm pretty sure this fix is correct.

Although this is fixed in a different way in the next branch (client-functions) of evobackup

I'm pretty sure this fix is correct. Although this is fixed in a different way in the next branch (`client-functions`) of evobackup
mtrossevin approved these changes 2024-01-04 17:25:52 +01:00
mtrossevin left a comment
Owner

Seems fine.

Seems fine.
abenmiloud added 2 commits 2024-01-05 18:07:28 +01:00
50b5af6095 Revert last fix
It breaks the backup. Because of `set -u`, we can initialize
temp_files using temp_files.
All checks were successful
gitea/evobackup/pipeline/head This commit looks good
e2c50f00d4
Avoid variable substitution at trap definition
This should fix the temporary files removal.
Author
Owner

My first commit broke the backup script. The temporary files removal should be fixed the right way now.

My first commit broke the backup script. The temporary files removal should be fixed the right way now.
Owner

I've tested this PR, it doesn't fix what it ought to, so I'm closing it.

It is replaced by the PR #72 which does fix the temporary files issue.

I've tested this PR, it doesn't fix what it ought to, so I'm closing it. It is replaced by the PR #72 which does fix the temporary files issue.
bwaegeneire closed this pull request 2024-03-22 10:22:30 +01:00
All checks were successful
gitea/evobackup/pipeline/head This commit looks good

Pull request closed

Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
4 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: evolix/evobackup#71
No description provided.