Product: PowerShell Universal
Version: 4.0.1
We’re doing some dev/testing of PSU running as an Azure App Service. We are only using a small instance size at present (Basic B1) but I think the problem we have may cause a problem with even the larger instances.
When we have Git sync enabled, the size of the database-log.db file grows to ~10GB after a few hours. This exhausts the allocated instance storage space and no further syncing happens or is logged. The database itself is only 270Kb! Reducing the sync interval will help but doesn’t resolve the underlying issue.
Is there a way of controlling the size of the logging database, i.e. enabling circular logging? Could/should I just place the logging database elsewhere on disk?
Thanks in advance,
Iain