2012/3/23 Andrus <kobrule...@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 _______________________________________________ Mono-aspnet-list mailing list Mono-aspnet-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-aspnet-list