This topic is locked
[SOLVED]

Import project fron V1091

6/6/2024 10:35:41 PM
PHPRunner General questions
J
jacktonghk authorDevClub member

I noticed that if I create a new project in V11, it is put under the path c:\runnerapps. However, I didn't any 'Save As' to save in my preferred project folder. Also after I import a project v1091 and save it. I don't know where is my new V11 being saved. Please kindly advise. Does anyone know? Thanks.

R
rmac 6/7/2024

From the V11 blog post:

"Project data will be stored in the real database instead of SQLite and XML. It can eiher be a built-in database server that will come with the software or users can use their own database ( SQL Server, MySQL, Postgre )."

Sergey Kornilov admin 6/7/2024

You should read this post, it explains where projects are stored:
https://asprunner.com/forums/topic/30499-Version-11-Frequently-Asked-Questions

C
Chris Whitehead 6/10/2024

@jacktonghk I think the projects are now stored in postgreSql database which is stored in :-
C:\Users\<username>\AppData\Roaming\phprunner\data(x)

Mine appears to have few directories in there "data" followed by a number, I'm not sure if that helps.

K
kohle 6/11/2024

Hi,

I think the question was how to save not where is the project.

I think we are looking for a "Save as" or "Export" like in v10.91 to make a backup of each our projects.
To keep the backups separted on different backup devices.
If the database is corrupted, all projects are corrupted, or ?

Next. How I handle more then one project on the same server if the client of the projects are the same
and there is only one database fpr this client.

rgs
J.

C
Chris Whitehead 6/13/2024

@kohle6 Sorry for the confusion, I believe all projects are in the same database, so you're right that should that database become corrupted or damaged, then all the projects would be lost unless you could recover the database.

There is an export function. on the bottom left under project.

img alt

J
jacktonghk authorDevClub member 6/13/2024

How about my own codes and templates? Before V11, we can put our own source code in project source folder, business templates in the PHPRunner template folder and now what are the equivalents?

C
Chris Whitehead 6/13/2024

@jacktonghk

For the source code, you can put this in the style page in custom_files. just upload individual files or a folder, is that what you mean?
img alt

I'll have to admit I'm not sure about templates as I've never edited any templates, I've always put my files in the above location.
.

J
jacktonghk authorDevClub member 6/14/2024

Thanks for your information. I will try.