Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
ZODB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kirill Smelkov
ZODB
Commits
31e15778
Commit
31e15778
authored
May 04, 2023
by
templiert
Committed by
GitHub
May 04, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(repozo) `--with-verify` argument (#381)
parent
30c861dc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
CHANGES.rst
CHANGES.rst
+3
-0
src/ZODB/scripts/repozo.py
src/ZODB/scripts/repozo.py
+2
-2
No files found.
CHANGES.rst
View file @
31e15778
...
@@ -8,6 +8,9 @@
...
@@ -8,6 +8,9 @@
- Fix ``racetest`` problems.
- Fix ``racetest`` problems.
For details see `#376 <https://github.com/zopefoundation/ZODB/pull/376>`_.
For details see `#376 <https://github.com/zopefoundation/ZODB/pull/376>`_.
- Fix ``--with-verify`` argument in script repozo ``--recover``.
For details see `#381 <https://github.com/zopefoundation/ZODB/pull/381>`_.
5.8.0 (2022-11-09)
5.8.0 (2022-11-09)
==================
==================
...
...
src/ZODB/scripts/repozo.py
View file @
31e15778
...
@@ -74,7 +74,7 @@ Options for -R/--recover:
...
@@ -74,7 +74,7 @@ Options for -R/--recover:
automatically.
automatically.
-w
-w
--with-verif
ication
--with-verif
y
Verify on the fly the backup files on recovering. This option runs
Verify on the fly the backup files on recovering. This option runs
the same checks as when repozo is run in -V/--verify mode, and
the same checks as when repozo is run in -V/--verify mode, and
allows to verify and recover a backup in one single step. If a sanity
allows to verify and recover a backup in one single step. If a sanity
...
@@ -179,7 +179,7 @@ def parseargs(argv):
...
@@ -179,7 +179,7 @@ def parseargs(argv):
'kill-old-on-full'
,
'kill-old-on-full'
,
'date='
,
'date='
,
'output='
,
'output='
,
'with-verif
ication
'
,
'with-verif
y
'
,
])
])
except
getopt
.
error
as
msg
:
except
getopt
.
error
as
msg
:
usage
(
1
,
msg
)
usage
(
1
,
msg
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment