summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2011-05-17 16:11:06 -0700
committerRuss Allbery <rra@stanford.edu>2011-05-17 16:11:06 -0700
commit4ee50d93cf99f55a503d0ca788e6c1a468eeacf6 (patch)
treed03149c8148c682337f791b45b76226ed613f04f /README
parentdeaa5c140e85d8e1248d910f0721c9e00a46e439 (diff)
Add wallet-admin upgrade command to upgrade the database
Hook the new upgrade method of Wallet::Schema into Wallet::Admin and the wallet-admin wrapper script.
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index 5eae7fd..c981272 100644
--- a/README
+++ b/README
@@ -131,6 +131,10 @@ BUILD AND INSTALLATION
make
make install
+ If you are upgrading the wallet server from an earlier installed
+ version, run wallet-admin upgrade after installation to upgrade the
+ database schema. See the wallet-admin manual page for more information.
+
Pass --enable-silent-rules to configure for a quieter build (similar to
the Linux kernel). Use make warnings instead of make to build with full
GCC compiler warnings (requires a relatively current version of GCC).