This is an automated email from the ASF dual-hosted git repository.

kristw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git


The following commit(s) were added to refs/heads/master by this push:
     new bab7ee7  Adding a note about 0.30 to updating (#6730)
bab7ee7 is described below

commit bab7ee7ecf222250287e591d91b38be583c9a2f3
Author: michellethomas <[email protected]>
AuthorDate: Tue Jan 22 14:38:01 2019 -0800

    Adding a note about 0.30 to updating (#6730)
---
 UPDATING.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/UPDATING.md b/UPDATING.md
index 563c1b7..f7b8fa8 100644
--- a/UPDATING.md
+++ b/UPDATING.md
@@ -37,6 +37,12 @@ favor of good old `npm install`. While yarn should still 
work just fine,
 you should probably align to guarantee builds similar to the ones we
 use in testing and across the community in general.
 
+## Superset 0.30.0
+* 0.30.0 includes a db_migration that removes allow_run_sync. This may
+require downtime because during the migration if the db is migrated first,
+superset will get 500 errors when the code can't find the field (until
+the deploy finishes).
+
 ## Superset 0.29.0
 * India was removed from the "Country Map" visualization as the geojson
   file included in the package was very large

Reply via email to