1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00
Files
core/tests/components
Stefan Agner 0a9927d18e Avoid locking the database for non-SQLite backends (#63847)
* Avoid locking the database for non-SQLite backends

Currently we only have a lock implementation for SQLite. Just return
success for all other databases as they are not expected to store data
in the config directory and the caller can assume that a backup can
be safely taken.

This fixes `RuntimeError: generator didn't yield` errors when creating
a backup with the current Supervisor dev builds.
2022-01-11 16:17:56 +01:00
..
2022-01-10 15:54:09 +01:00
2021-12-03 08:51:30 -08:00
2021-12-13 17:11:21 +01:00
2021-12-27 19:50:43 +01:00
2021-11-29 20:00:39 -05:00
2022-01-05 15:34:33 +01:00
2021-12-12 14:09:45 -08:00
2021-11-29 14:01:03 -08:00
2021-12-20 16:18:58 +01:00
2022-01-05 15:34:33 +01:00
2021-12-15 23:25:40 +02:00
2021-12-15 23:25:40 +02:00
2022-01-05 15:34:33 +01:00
2021-12-21 21:54:58 +01:00
2021-12-17 16:14:59 +01:00
2021-12-22 09:16:37 +01:00
2021-12-23 23:07:56 +01:00
2022-01-05 15:34:33 +01:00
2022-01-05 12:18:52 +01:00
2021-12-15 23:25:40 +02:00
2022-01-05 15:34:33 +01:00
2022-01-09 12:20:53 +01:00
2021-12-20 13:11:26 -07:00
2021-12-14 15:12:19 +01:00
2021-12-31 09:44:35 -10:00
2022-01-04 13:40:29 +01:00