Closed rohithasrk closed 7 years ago
PS: to completely avoid the risk of breaking existing instances, this feature should be released in the 0.4.0 version
@rohithasrk I think one point is still missing:
Greetings from AWMN
Silly question: How can I use the snapshot feature?
It doesn't appear in the admin panel as an option, while issuing a manage.py save_snapshot on a daily cron job doesn't auto-magically populate the history calendar.
@acoul are you using the latest version? A calendar show automatically show up, eg: https://openwisp.nnxx.ninux.org/topology/topology/36d5ba3e-1364-49d2-9e29-1f6dceb7cbbb/
yes using latest git version.
every night @ 11 a cron executes a "manage.py save_snapshot " a cron job "manage.py update_topology" runs every 30 minutes
when clicking on a previous date at the calendar I get a "no snapshot found for this date" message
Edit: it's working just fine. sorry for the noise
References #32. As of now, I've just added a Snapshot model and starting working on
save_snapshot
function.