"Fossies" - the Fresh Open Source Software Archive 
Member "vnstat-2.9/UPGRADE" (1 Jan 2022, 2451 Bytes) of package /linux/misc/vnstat-2.9.tar.gz:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
See also the latest
Fossies "Diffs" side-by-side code changes report for "UPGRADE":
2.8_vs_2.9.
1
2 # New configuration settings
3
4 * 2.9: HourlyGraphMode, InterfaceMatchMethod
5
6 * 2.8: AlwaysAddNewInterfaces, RescanDatabaseOnSave, UseUTC
7
8 * 2.7: 5MinuteGraphHeight, 5MinuteGraphResultCount, BarColumnShowsRate,
9 EstimateBarVisible, EstimateStyle, ImageScale, LargeFonts,
10 LineSpacingAdjustment, SummaryGraph
11
12 * 2.4 - 2.6: (none)
13
14 * 2.3: DatabaseWriteAheadLogging, DatabaseSynchronous
15
16 * 2.2: 64bitInterfaceCounters
17
18 * 2.1: (none)
19
20 * 2.0: List5Mins, ListHours, ListDays, ListMonths, ListYears, ListTop,
21 5MinuteHours, HourlyDays, DailyDays, MonthlyMonths, YearlyYears,
22 TopDayEntries, MonthRotateAffectsYears, TrafficlessEntries
23
24 * 1.18: TimeSyncWait, DefaultDecimals, HourlyDecimals, HourlySectionStyle
25
26 * 1.17: (none)
27
28 * 1.16: RateUnitMode
29
30 * 1.14 - 1.15: (none)
31
32 * 1.13: BandwidthDetection, BandwidthDetectionInterval
33
34 * 1.12: DaemonUser, DaemonGroup, CreateDirs, UpdateFileOwner
35
36 * 1.10 - 1.11: (none)
37
38 * 1.9: OutputStyle, SummaryLayout, SummaryRate, SaveOnStatusChange,
39 OfflineSaveInterval
40
41 * 1.8: ShowRate, RateUnit, TrafficlessDays, HourlyRate, TransparentBg
42
43 * 1.7: UnitMode + all settings under vnstatd and vnstati
44
45 # Upgrading from versions 1.3 and later
46
47 All past versions starting from 1.3 can be upgraded directly to the current
48 version without having to use any intermediate versions.
49
50 1. Follow the normal install procedure, `make install` step will upgrade the
51 configuration file if it exists in the usual location. All user settings
52 will be kept. However, unidentified content, such as unknown keywords
53 and additional comments, will get cleaned away.
54
55 2. Review the updated configuration file. Refer to comments in the file and
56 the `vnstat.conf` man page for documentation regarding each setting.
57
58 3. After the configuration file has been updated, restart the daemon
59 (`vnstatd`) or configure it to use if not previously done already. Note
60 that using a cron entry for updates (something like `vnstat -u`) is no
61 longer supported and such commands should be removed if still existing.
62
63 4. Upgrades from 1.x to 2.x will result in data being imported from the
64 legacy databases of each interface during the first start of the new
65 daemon (`vnstatd`) binary. The `vnstat` and `vnstati` commands will not
66 be able to access any data before this part of the upgrade has been
67 completed. The legacy databases will be left untouched by the import.