shenrie opened a new issue #16455:
URL: https://github.com/apache/superset/issues/16455


   For whatever reason, I cannot install any version of superset except 1.0. I 
have cloned the superset repo and have tried various configuration to install 
using helm chart, but I always end up with version 1.0 and with this 
initialization error: 
   ERROR [root] Error: Can't locate revision identified by '07071313dd52'
   
   Because the associated migration file(s) is not present on the running 
kubernetes pod, because I end up with an earlier version. However, I do not 
know how the alembic_version table was updated with this version without the 
corresponding files. 
   
   I have tried various versions of this command ( not in this order):
   ```
   
   helm upgrade --install --values ../my-values.yaml superset ./helm/superset
   helm upgrade --install --values ../my-values.yaml superset ./helm/superset 
--version 0.3.6
   helm upgrade --install --values my-values.yaml superset ./superset-0.3.6.tgz 
   
   ```
   
   To further add to my confusion, within the running superset UI it does not 
appear to display the right version.
   <img width="385" alt="image" 
src="https://user-images.githubusercontent.com/768977/130887594-b2c3e123-eadf-4135-85a1-531441d557e3.png";>
   
   The only way I can see what versions are installed is by running helm ls
   
   shenrie@Stephens-MBP superset % helm ls                                      
                             
   ```
   NAME                 NAMESPACE       REVISION        UPDATED                 
                STATUS          CHART                   APP VERSION
   docker-registry      default 1               2020-12-17 14:51:38.071211 
-0700 MST    deployed        docker-registry-1.10.0  2.7.1      
   jenkins              default 1               2021-07-06 11:43:37.322186 
-0700 MST    deployed        jenkins-3.4.0           2.289.1    
   superset             default 1               2021-08-25 18:47:48.758689 
-0700 MST    deployed        superset-0.3.6          1.0   
   
   ```
   
   What am I missing? And why does the superset documentation not have more 
clear guidance on how to update from version 1.0 to 1.x?
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to