Open orchardbot opened 10 years ago
@Piedone commented:
Although indeed this is probably something to address I'd advise you to use a proper SQL Server DB if your DB is growing as big as 256MB.
@sebastienros commented:
I agree with the issue, but you can simply change the connection string manually thereafter. We'll probably fix it in Orchard 2.0
liberty2k commented:
sebastienros, to clarify, are you saying we can increase the sqlce database size by editing the connection string? If so, what exactly should I edit?
For the record, https://github.com/OrchardCMS/Orchard/blob/b931b79115c062ee0c9f008131510d4fb2f9faf8/src/Orchard/Data/Providers/SqlCeDataServicesProvider.cs#L39 is the line to be hacked for a quick & dirty fix.
danmitchell created: https://orchard.codeplex.com/workitem/20395
The connection string is dynamically generated and therefore doesn't use the settings.txt information so the Max Database Size is defaulting to 256 and cannot be increased.