FAQs : Pano Manager and Pano Manager VM : Why can't I delete a row in the log file that has a future date?

Why can't I delete a row in the log file that has a future date?
The timestamp dates on your log files are based on the ESX server’s time. If you didn’t have VMware Tools installed and if at one time your ESX server was configured with a later times (e.g. year 2009), then it was updated with the correct time (e.g. year 2008), you’ll see 2009 entries in the log file, and they’ll appear at the top.
To delete rows from the log table where the timestamp of the rows is greater than now:
1.
2.
Type su postgres.
3.
Type psql attodevices.
4.
5.
Type commit;.
6.
7.
Type exit.
8.

Did you find what you're looking for?
v2.5.1