Ysurac / FlightAirMap

Open source project displaying live aircrafts, ships or trackers on 2D/3D map. Browse through the data based on a particular aircraft, airline, airport, tracker or vessel to search through the database or see extensive statistics. Can use ADS-B in SBS1 format (dump1090, Radarcape,...), VRS, VA (VATSIM, IVAO whazzup.txt, phpvms,...), ACARS (acarsdec, acarsdeco2), APRS, AIS as datasource.
https://www.flightairmap.com/
GNU Affero General Public License v3.0
516 stars 157 forks source link

Update_db freezing on Translation download #401

Open RandomActPG opened 6 years ago

RandomActPG commented 6 years ago

Finishing up my install and running update_db as instructed. NOTAM and Routes download fine but on the third step, "Translation", it's stuck on "Add to DB" without the progress bar moving. It's been there for about the last 30 minutes.

Any way to check what it's doing/if it's still doing it?

Ysurac commented 6 years ago

This can take some times if the DB is slow. If it's mysql you can check what is doing, using this SQL command:

SELECT * FROM information_schema.processlist WHERE command <> 'Sleep';