You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the config's tracking period must match the database's one.
Database files aren't exchangeable with different tracking period configurations.
Corruption cases: when the configuration suddenly changes or when databases are manually interchanged with a period config mismatch.
To protect the database data :
Prevent writing to it when the configuration's tracking period doesn't match the one from the db.
Make it backup the old one and create a new one ? And enforce period name in db filename + db contents ?
Also discussed in Clarify TimeFrame switching and notify on user mistakes #22
Prevent overwriting existing incompatible db files by renaming them ?
Add an option to explicitly disable generating stats. ( see: daandelange.simplestats.tracking.method)
Protect the database when adding/removing Kirby languages and write an upgrade script so data can be kept.
The text was updated successfully, but these errors were encountered:
Currently, the config's tracking period must match the database's one.
Database files aren't exchangeable with different tracking period configurations.
Corruption cases: when the configuration suddenly changes or when databases are manually interchanged with a period config mismatch.
To protect the database data :
Make it backup the old one and create a new one ? And enforce period name in db filename + db contents ?
Also discussed in Clarify TimeFrame switching and notify on user mistakes #22
daandelange.simplestats.tracking.method
)The text was updated successfully, but these errors were encountered: