Wed Oct 20 18:56:06 PDT 2004
- Previous message: [Slony1-commit] By wieck:
- Next message: [Slony1-commit] By wieck: Fix for FreeBSD 4.10 build as per patch from Vivek Khera
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message:
-----------
Added upgrade readme
Jan
Tags:
----
REL_1_0_STABLE
Added Files:
-----------
slony1-engine:
README.upgrade (r1.1.2.1)
-------------- next part --------------
--- /dev/null
+++ README.upgrade
@@ -0,0 +1,22 @@
+Beginning with version 1.0.3 the slon replication engine refuses to
+work against any database that does not have the stored procedures
+for the same version loaded or where the shared object containing the
+C language support functions and the log trigger does not match the
+version number.
+
+This means that the Slony installation on all nodes in a cluster must
+be upgraded at once.
+
+The proper upgrade procedure would is:
+
+ 1. Stop the slon replication engine on all nodes.
+
+ 2. Install the new Slony version on all nodes.
+
+ 3. Execute a slonik script containing the command
+
+ update functions (id = <nodeId>);
+
+ for every node in the cluster.
+
+ 4. Start all slon replication engines.
- Previous message: [Slony1-commit] By wieck:
- Next message: [Slony1-commit] By wieck: Fix for FreeBSD 4.10 build as per patch from Vivek Khera
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list