mirror of
https://github.com/brvphoenix/luci-app-wrtbwmon.git
synced 2026-04-27 09:15:52 +03:00
[GH-ISSUE #57] [Feature] Persist database #42
Labels
No labels
Can't reproduce
WaitingInfo
bug
compatibility
duplicate
invalid
no-issue-activity
not a bug
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/luci-app-wrtbwmon-brvphoenix#42
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @TimerWolf on GitHub (Feb 9, 2023).
Original GitHub issue: https://github.com/brvphoenix/luci-app-wrtbwmon/issues/57
Is there no way to persist the database so that not is lost every time when the router restarts ?
@bcseputetto commented on GitHub (Feb 18, 2023):
The default database file save path is under /tmp, which is a memory mount, and it will be lost every time you restart. Change the save path to the hard disk. (Software translation)
@TimerWolf commented on GitHub (Feb 18, 2023):
Aha, you mean to "etc/usage.db"...
Thanks for that!