-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUPGRADING
62 lines (53 loc) · 2.26 KB
/
UPGRADING
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Things to watch out for when upgrading.
1.3.18
------
Special care is advised when testing this release, as some of the main
structure of the program has been tweaked in order to support the stripping
out of Windows VSS information.
1.3.16
------
If you have any clients on 1.3.14, you should upgrade them to 1.3.14 due to
a bug in the exclude_comp feature.
1.3.14
------
If installing with 'make install', you will probably need to overwrite
/etc/burp/notify_script by hand.
The arguments to it have changed, so you will also need to update the
configuration in /etc/burp/burp-server.conf to be in the new style. The example
config in configs/server/burp.conf will help.
The '-l <path>' and 'logfile = <path>' options have been removed because they
didn't work properly, and there was no sensible way to make the work properly.
There are now three settings in the conf files: stdout=[0|1], syslog=[0|1],
and progress_counters=[0|1]. If you want to see output, you may need to set
these options.
1.3.3
-----
If installing with 'make install' and you want to use the 'initialise manual
backup from server' feature, you will need to replace /etc/burp/timer_script
with configs/server/timer_script from the source, because 'make install' will
not overwrite the old version.
1.3.2
-----
The process of generating SSL certificates has been automated, so the old
default keys and certificates have been removed from new installs.
See docs/burp_ca.txt for more information.
1.3.1
-----
Due to Debian policy, burp and bedup will now be installed in /usr/sbin.
Therefore, you may need to update any cron jobs that were previously using
/sbin.
1.2.4
-----
There was a critical bug in 1.2.4.
Please upgrade clients and servers to 1.2.5 as soon as you can.
1.1.x to 1.2.0
---------------
* Clients on 1.1.70 or older will not work with a 1.2.0 server. You will need
to upgrade the clients at the same time. Your old backups will continue to
work.
* If you previously compiled with './configure --prefix=/usr', you will probably
now want to compile with just './configure'. The binary will now go to
/sbin/burp, with a symlink from /usr/sbin/burp.
* If you are installing from source onto the server, you may want to
'rm /etc/burp/notify_script' before 'make installation', otherwise you won't
get the updated version.