FSACARS to phpVMS

I am currently using FSACARS. I will be changing over to phpVMS. As of now I have over 3300 flights in my database. Is there a way to transfer them to the phpVMS database?

3000 PIREPS? Or just ACARS data?

3000 + pireps! Also is there a way to transfer the pilots info over too. So they dont have to rejoin and are able to keep there pilot number?

It’s possible, but you’ll need to write conversion scripts, since the mysql table formats aren’t the same.

You’ll need a script to select * from one table, and then insert into the phpvms tables

I guess I can live without our reports. How do I go about adding my pilots so they keep their pilot number. If I add them manually one by one, when the next person joins will the system create the next number in order after the last pilot number?

Eddie

I guess I can live without our reports. How do I go about adding my pilots so they keep their pilot number. If I add them manually one by one, when the next person joins will the system create the next number in order after the last pilot number?

Eddie

Yup