Skip to content
Snippets Groups Projects

Patch backup

Closed Ramya Authappan requested to merge github/fork/rriemann/patch-backup into master

Created by: rriemann

I decided to store the backups generated with bundle exec rake gitlab:backup:create RAILS_ENV=production to a folder outside of the git repo.

This way, the git version determinationed needed for the metadata file backup_information.yml fails. The commit 067a8d5f solves this issue.

Beside this, the timestamp is given in binary. The problem is explained here: http://astrails.com/blog/2012/10/30/yaml-encodings-and-binary-strings

:backup_created_at: !binary |-
  MjAxMy0wMy0xOSAxMzozMzozOSArMDEwMA==

The commit 7df78a92 solves this second issue.

Merge request reports

Closed by avatar (Jan 14, 2025 2:02pm UTC)

Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading