[Mono-aspnet-list] How to backup PostgreSql database from browser in MVC2 application on Mono in Linux

Gonzalo Paniagua Javier gonzalo.mono at gmail.com
Fri Mar 23 21:18:10 UTC 2012


2012/3/23 Andrus <kobruleht2 at hot.ee>:
> I created Mono MVC2 application to backup database from browser.
> pg_dump runs but looks like it is aborted. apache error_log contains its
> output ending in middle of line.
>
> After some time of work exception Thread was being aborted occurs (whole
> error message is below).
>
> How to fix or diagnose it so that backup copy can saved from brower over
> internet ?

You are getting a timeout because backing up the DB takes longer than
the default 100s (or is it 120?). You can either increase the
ScriptTimeout property or run this asychronously and report the
status/result in a different way.

Gonzalo


More information about the Mono-aspnet-list mailing list