diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2018-01-04 23:38:59 -0800 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2018-01-04 23:38:59 -0800 |
| commit | 3848ca2c96115f150965b6cd20d41c3b64ffb2ac (patch) | |
| tree | a23b4c201207981bd91cd08dacd9e986e1cc8ea9 | |
| parent | 40dc566227ff191badd9a54a648605de064d2ca6 (diff) | |
doc
| -rwxr-xr-x | FS/bin/freeside-upgrade | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/FS/bin/freeside-upgrade b/FS/bin/freeside-upgrade index 1684408e9..ab2384453 100755 --- a/FS/bin/freeside-upgrade +++ b/FS/bin/freeside-upgrade @@ -467,8 +467,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. |
