Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iml-backup
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IML Open Source
iml-backup
Merge requests
!89
remove 10_ensure_repo_v2.sh
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
remove 10_ensure_repo_v2.sh
remove-migration-hook
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Hahn Axel (hahn)
requested to merge
remove-migration-hook
into
master
2 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
06029164
1 commit,
2 years ago
1 file
+
0
−
13
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
hooks/300-before-transfer/always/10_ensure_repo_v2.sh deleted
100755 → 0
+
0
−
13
Options
#!/bin/bash
echo
-n
"UPGRADE: REPO ... "
if
eval
restic migrate
$ARGS_DEFAULT
|
grep
upgrade_repo_v2
;
then
echo
"need to update to v2"
eval
restic migrate upgrade_repo_v2
else
echo
"up to date"
fi
sleep
3
# sleep 100
# exit
\ No newline at end of file
Loading