blob: 83bce1b71a05bdaebb3d97989508f2d6d2bd9038 (
plain) (
blame)
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
|
[
{ type: install
message: <<EOM
Please read the docs on configuring and running slony-1.
Unless you did not specify the DOCS options, they are in the
%%LOCALBASE%%/share/doc/slony1v2 directory.
The script %%LOCALBASE%%/sbin/slon-mkservice can be used to create a control
directory to run and monitor the slon daemon under svscan from daemontools.
If you use this, be sure not to set slon_enable="YES" in /etc/rc.conf.
If you prefer to use the standard startup script in %%LOCALBASE%%/etc/rc.d then
set slon_enable="YES" in /etc/rc.conf to enable the slon.sh script.
To use either of the above startup configurations, you will need to set up a
%%LOCALBASE%%/etc/slon.conf file to tell slon what to replicate. This file
is documented in %%LOCALBASE%%/share/doc/slony1/adminguide/runtime-config.html
%%PERLTOOLS%%
%%PERLTOOLS%%To use the perl slony configuration and monitoring tools, you must
%%PERLTOOLS%%create %%LOCALBASE%%/etc/slon_tools.conf based on the sample file.
EOM
}
{ type: upgrade
message: <<EOM
If you are upgrading from a prior version of slony, please read the UPGRADING
file in the above docs directory.
EOM
}
]
|