We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a09d289 commit 7ffddbeCopy full SHA for 7ffddbe
docs/guides/operations-guide/openstack/nova.md
@@ -3,6 +3,17 @@ sidebar_label: Nova
3
---
4
# Nova
5
6
+## Cleanup database
7
+
8
+Purge database entries that are marked as deleted, that are older than
9
+the date specified.
10
11
+```
12
+docker exec -it nova_api bash
13
+(nova-api)[root@testbed-node-0/]# nova-manage db archive_deleted_rows --before 2025-01-01
14
+(nova-api)[root@testbed-node-0/]# nova-manage db purge --before 2025-01-01
15
16
17
## Get all servers on a node
18
19
```
0 commit comments