summaryrefslogtreecommitdiff
path: root/FS/bin
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2018-01-04 23:39:06 -0800
committerIvan Kohler <ivan@freeside.biz>2018-01-04 23:39:06 -0800
commit86efecebb509fcabea1f46bdbb15ab9287afc574 (patch)
treec93c7b73376bc0fee34584e0341c9045f703b01c /FS/bin
parent4e0e5fd6d74c3948dd0cb7981e249dc2bf987d66 (diff)
doc
Diffstat (limited to 'FS/bin')
-rwxr-xr-xFS/bin/freeside-upgrade6
1 files changed, 4 insertions, 2 deletions
diff --git a/FS/bin/freeside-upgrade b/FS/bin/freeside-upgrade
index c5ea933..c5df06d 100755
--- a/FS/bin/freeside-upgrade
+++ b/FS/bin/freeside-upgrade
@@ -449,8 +449,10 @@ Also performs other upgrade functions:
[ -v ]: Run verbosely, sending debugging information to STDERR. This is the
current default.
- [ -s ]: Schema changes only. Useful for Pg/slony slaves where the data
- changes will be replicated from the Pg/slony master.
+ [ -s ]: Schema changes only. Used to be useful for Pg/slony slaves where the
+ data changes would be replicated from the Pg/slony master (current
+ native Pg replication replicates schema changes to slaves
+ automatically).
[ -r ]: Skip sqlradius updates. Useful for occassions where the sqlradius
databases may be inaccessible.