table of contents
other versions
- wheezy 2.1.13-2
SKYTOOLS_UPGRADE(1) | SKYTOOLS_UPGRADE(1) |
NAME¶
skytools_upgrade - utility for upgrading Skytools code in databases.SYNOPSIS¶
skytools_upgrade.py connstr [connstr ..]
DESCRIPTION¶
It connects to given database, then looks for following schemas: pgqMain PgQ code.
pgq_ext
PgQ batch/event tracking in remote
database.
londiste
Londiste replication.
COMMAND LINE SWITCHES¶
Following switches are common to all skytools.DBScript-based Python programs. -h, --helpshow help message and exit
-q, --quiet
make program silent
-v, --verbose
make program more verbose
-d, --daemon
make program go background
reload config (send SIGHUP)
-s, --stop
stop program safely (send SIGINT)
-k, --kill
kill program immidiately (send SIGTERM)
03/13/2012 |