Matt Heon
b320fbcaff
Add migration code for BoltDB to SQLite
...
This is gated behind a new option in `podman system migrate`,
`--migrate-db`.
The basic logic is simple:
* Podman is already configured to use BoltDB
* Open a new, fresh SQLite database to write into
* Migrate all database contents as they exist in BoltDB, to
SQLite.
** Do this as simply as possible: grab the object from the old DB
and write it into the new DB using the standard Add and Save
functions.
* Set the new database in the Runtime, close the old one.
* Move the old database file so it won't be reused
* Show a warning if the user explicitly configured BoltDB in
containers.conf
Our ability to test complex migration scenarios is limited, but
this should handle simple migrations easily.
Fixes #27628
Signed-off-by: Matt Heon <matthew.heon@pm.me >
2026-02-05 20:09:37 -05:00
..
2026-02-05 14:56:03 +01:00
2025-09-01 12:33:04 +02:00
2025-10-16 14:11:29 -04:00
2025-09-01 12:33:04 +02:00
2024-01-04 11:53:38 +02:00
2025-10-16 14:11:29 -04:00
2025-09-10 16:17:04 +02:00
2025-09-10 16:17:04 +02:00
2024-11-27 08:09:50 -05:00
2025-10-16 14:11:29 -04:00
2026-02-05 20:09:37 -05:00
2025-09-01 12:33:04 +02:00
2025-10-01 10:42:08 -04:00
2025-09-10 16:17:04 +02:00
2025-09-10 16:17:04 +02:00
2025-09-01 12:33:04 +02:00
2024-11-27 08:09:50 -05:00
2024-11-27 08:09:50 -05:00
2025-10-01 10:42:08 -04:00
2024-01-04 11:53:38 +02:00
2024-02-08 09:35:39 -05:00
2026-02-05 20:09:37 -05:00
2024-09-02 11:21:35 +01:00
2025-09-01 12:33:04 +02:00
2025-09-10 16:17:05 +02:00
2025-12-04 16:09:56 +00:00
2025-10-01 10:42:08 -04:00
2025-04-07 18:11:06 +02:00
2025-11-07 10:58:16 -05:00
2025-09-01 12:33:04 +02:00
2025-10-16 14:11:29 -04:00
2024-01-04 11:53:38 +02:00
2024-02-08 09:35:39 -05:00
2024-02-08 09:35:39 -05:00
2024-11-01 18:53:08 +01:00
2024-01-04 11:53:38 +02:00
2024-11-27 08:09:50 -05:00
2024-11-27 08:09:50 -05:00
2024-01-04 11:53:38 +02:00
2024-02-08 09:35:39 -05:00
2025-09-02 16:17:18 +00:00
2024-06-27 10:50:17 +02:00
2025-09-10 16:17:04 +02:00
2024-01-04 11:53:38 +02:00
2025-09-01 12:33:04 +02:00
2025-09-10 16:17:04 +02:00
2025-09-01 12:33:04 +02:00
2022-03-23 19:05:29 +01:00
2025-03-12 21:27:00 +01:00
2025-09-01 12:33:04 +02:00
2025-09-01 12:33:04 +02:00
2025-10-01 10:42:08 -04:00
2025-10-01 10:42:08 -04:00
2025-10-16 14:11:29 -04:00
2025-10-01 10:42:08 -04:00
2025-09-01 12:33:04 +02:00
2024-02-08 09:35:39 -05:00
2026-02-05 20:09:37 -05:00
2025-10-01 10:42:08 -04:00
2024-01-04 11:53:38 +02:00
2025-10-01 10:42:08 -04:00
2025-10-01 10:42:08 -04:00
2025-09-10 16:17:04 +02:00
2025-09-01 12:33:04 +02:00
2025-09-10 16:17:04 +02:00
2025-09-01 12:33:04 +02:00
2025-09-01 12:33:04 +02:00
2025-09-01 12:33:04 +02:00
2024-01-04 11:53:38 +02:00
2024-01-04 11:53:38 +02:00
2025-10-20 10:57:46 +00:00
2025-10-16 14:11:29 -04:00
2025-10-01 10:42:08 -04:00
2025-09-01 12:33:04 +02:00
2025-10-01 10:42:08 -04:00
2025-09-10 16:17:05 +02:00
2024-01-04 11:53:38 +02:00
2025-10-01 10:42:08 -04:00
2025-09-10 16:17:04 +02:00
2025-09-01 12:33:04 +02:00
2025-10-16 14:11:29 -04:00
2026-02-05 14:15:29 -05:00
2024-01-04 11:53:38 +02:00
2025-09-01 12:33:04 +02:00
2025-09-01 12:33:04 +02:00
2024-02-08 09:35:39 -05:00
2024-02-08 09:35:39 -05:00
2025-09-10 16:17:04 +02:00
2025-09-10 16:17:04 +02:00
2025-09-01 12:33:04 +02:00
2024-01-04 11:53:38 +02:00
2024-01-04 11:53:38 +02:00
2025-09-01 12:33:04 +02:00
2024-01-04 11:53:38 +02:00
2024-01-04 11:53:38 +02:00
2025-10-16 14:11:29 -04:00
2025-10-01 10:42:08 -04:00
2025-09-01 12:33:04 +02:00
2025-10-16 14:11:29 -04:00
2025-02-11 15:13:29 +00:00
2025-02-11 15:13:29 +00:00
2025-02-11 15:13:29 +00:00
2026-02-05 20:09:37 -05:00
2025-10-01 10:42:08 -04:00
2025-10-01 10:42:08 -04:00
2025-09-01 12:33:04 +02:00
2025-10-01 10:42:08 -04:00
2024-01-04 11:53:38 +02:00
2024-02-08 09:35:39 -05:00
2024-01-04 11:53:38 +02:00
2025-10-16 14:11:29 -04:00
2024-08-15 11:07:27 +02:00
2024-07-09 11:15:29 +02:00
2026-02-05 20:09:37 -05:00
2024-02-08 09:35:39 -05:00
2026-02-05 20:09:37 -05:00
2026-02-05 20:09:37 -05:00
2025-10-01 10:42:08 -04:00
2026-02-05 20:09:37 -05:00
2024-02-08 09:35:39 -05:00
2025-09-18 14:24:35 +00:00
2025-09-01 12:33:04 +02:00
2025-09-01 12:33:04 +02:00
2025-10-01 10:42:08 -04:00
2025-10-01 10:42:08 -04:00
2025-09-01 12:33:04 +02:00
2025-05-20 15:52:27 +02:00
2025-09-10 16:17:04 +02:00
2025-09-10 16:17:04 +02:00
2024-02-08 09:35:39 -05:00
2024-01-04 11:53:38 +02:00
2024-01-04 11:53:38 +02:00
2024-05-22 17:47:01 -04:00
2025-09-10 16:17:04 +02:00