DB-Migration from LiteDB to SQLite possible?

Product: PowerShell Universal
Version: 4.3.2

We have performance issues with our PSU-Installation still running with LiteDB as backend-DB. For that we want to check if the migration to SQLite would help with the performance issue. But the Datamigration-Tool seems only be able to convert from LiteDB to SQL not to SQLite.

Do I oversee something, or is this not possible at all?

For the test-system this is not a real issue, but we don´t want to loose our production-logs if possible.

Kindest regards,
Christian…

If there is, I couldn’t find it either. We started looking at switching because our LiteDB file size had grown so large, but eventually decided it was worth a clean install of our production environment. Our database size went from nearly 6GB to around 50MB. I think if we had been able to migrate we probably wouldn’t have had the same success.

Looks like this will be possible in the future:
GitHub - ironmansoftware/powershell-universal: Issue tracker for PowerShell Universal

1 Like