![]() |
ChatGPT 8/1/2025 |
It looks like you're having trouble connecting to the PostgreSQL database used by ASPRunner.NET. Here are several steps you can follow to troubleshoot and resolve the issue:
By following these steps, you should be able to identify the reason for the connection failure and resolve the issue. If you need further assistance, feel free to ask! |
M
|
MSchell author 8/1/2025 |
I got connected by opening my project. How can I back all of this up to an external source? |
![]() |
Sergey Kornilov admin 8/2/2025 |
Built-in database server only runs when ASPRunner.NET itself is started. Start ASPRunner.NET and backup your database. You can also also use your own database for this purpose. Yet another option is to use version 11.1 and backup projects using a source control system like SVN or git. This can be configured to be executed every time you save the project. |