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
517 stars 158 forks source link

Even after 48 hours, accidents still only showing 2018 and older #433

Open thebaldgeek opened 5 years ago

thebaldgeek commented 5 years ago

Running update-db in cron. After 48+ hours of running Flightairmap, accidents are only showing 2018 and older.

Cron command; 0 /2 root /usr/bin/php /var/www/FlightAirMap/scripts/update_db.php >/dev/null 2>&1

Output from manually running update_db; updating NOTAM...NOTAM from FlightAirMap website : Download...No new version.Done DB are populated with external data only every 15 days ! Files are not updated more often. Owner are only updated every 15 days. Airlines are only updated every 15 days. Updating accidents...Nothing to update. updating METAR...Downloading METAR cycle...Done - Updating DB...Done

Note that it reports 'nothing to update' for accidents.

Thanks for your time.

thebaldgeek commented 5 years ago

Resolved. I set the accident date back 2 years in the database (using phpmyadmin) and 2019 Accidents have been imported.

thebaldgeek commented 5 years ago

Reopen if we can..... I got the update once and it has not updated since. Even putting the time back will not update the accidents or incidents any more.