summaryrefslogtreecommitdiff
path: root/testing/db/db.install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/db/db.install')
-rw-r--r--testing/db/db.install5
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/db/db.install b/testing/db/db.install
new file mode 100644
index 000000000..03b64042d
--- /dev/null
+++ b/testing/db/db.install
@@ -0,0 +1,5 @@
+post_upgrade() {
+ if [ "$(vercmp $2 5.1)" -lt 0 ]; then
+ echo " >> Major version update. Consider running db_upgrade on Berkeley DB databases."
+ fi
+}