~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to database/replication/Makefile

  • Committer: Stuart Bishop
  • Date: 2009-11-03 08:40:02 UTC
  • mto: (7675.1212.22 pending-db-changes)
  • mto: This revision was merged to the branch mainline in revision 9830.
  • Revision ID: stuart.bishop@canonical.com-20091103084002-88wiwns5qwd05179
More silence

Show diffs side-by-side

added added

removed removed

Lines of Context:
145
145
        # Setup the slave
146
146
        ./new-slave.py 2 "dbname=${_SLAVE}"
147
147
        # Upgrade all databases in the cluster and reset security.
148
 
        echo Running upgrade.py
 
148
        @echo Running upgrade.py
149
149
        ${SHHH} ../schema/upgrade.py
150
 
        echo Running fti.py
 
150
        @echo Running fti.py
151
151
        ${SHHH} ../schema/fti.py
152
 
        echo Running security.py
 
152
        @echo Running security.py
153
153
        ${SHHH} ../schema/security.py --cluster -U slony
154
154
        # Migrate tables to the authdb replication set, creating the set
155
155
        # and subscribing nodes to it as necessary.