File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -258,17 +258,17 @@ stopping at 0, or use the :option:`--until-complete` option.
258
258
``YYYY-MM-DD[HH:mm:ss] ``. For example::
259
259
260
260
# Purge shadow table rows older than a specific date
261
- nova-manage db archive --before 2015-10-21
261
+ nova-manage db archive_deleted_rows --before 2015-10-21
262
262
# or
263
- nova-manage db archive --before "Oct 21 2015"
263
+ nova-manage db archive_deleted_rows --before "Oct 21 2015"
264
264
# Times are also accepted
265
- nova-manage db archive --before "2015-10-21 12:00"
265
+ nova-manage db archive_deleted_rows --before "2015-10-21 12:00"
266
266
267
267
Note that relative dates (such as ``yesterday ``) are not supported
268
268
natively. The ``date `` command can be helpful here::
269
269
270
270
# Archive deleted rows more than one month old
271
- nova-manage db archive --before "$(date -d 'now - 1 month')"
271
+ nova-manage db archive_deleted_rows --before "$(date -d 'now - 1 month')"
272
272
273
273
.. option :: --verbose
274
274
You can’t perform that action at this time.
0 commit comments