gamunu commented on issue #19836:
URL: https://github.com/apache/superset/issues/19836#issuecomment-1484517868

   Upgrading the chart version from 0.8.4 to 0.8.10 fails with the same no error
   
   ```
   Requirement already satisfied: psycopg2-binary==2.9.1 in 
/usr/local/lib/python3.8/site-packages (2.9.1)
   Collecting Authlib==1.2.0
     Downloading Authlib-1.2.0-py2.py3-none-any.whl (214 kB)
   Requirement already satisfied: redis==3.5.3 in 
/usr/local/lib/python3.8/site-packages (3.5.3)
   Requirement already satisfied: cryptography>=3.2 in 
/usr/local/lib/python3.8/site-packages (from Authlib==1.2.0) (3.4.7)
   Requirement already satisfied: cffi>=1.12 in 
/usr/local/lib/python3.8/site-packages (from cryptography>=3.2->Authlib==1.2.0) 
(1.14.6)
   Requirement already satisfied: pycparser in 
/usr/local/lib/python3.8/site-packages (from 
cffi>=1.12->cryptography>=3.2->Authlib==1.2.0) (2.20)
   Installing collected packages: Authlib
   Successfully installed Authlib-1.2.0
   WARNING: Running pip as the 'root' user can result in broken permissions and 
conflicting behaviour with the system package manager. It is recommended to use 
a virtual environment instead: https://pip.pypa.io/warnings/venv
   WARNING: You are using pip version 21.2.4; however, version 23.0.1 is 
available.
   You should consider upgrading via the '/usr/local/bin/python -m pip install 
--upgrade pip' command.
   Upgrading DB schema...
   logging was configured successfully
   2023-03-27 05:22:03,958:INFO:superset.utils.logging_configurator:logging was 
configured successfully
   2023-03-27 05:22:03,965:INFO:root:Configured event logger of type <class 
'superset.utils.log.DBEventLogger'>
   We haven't found any Content Security Policy (CSP) defined in the 
configurations. Please make sure to configure CSP using the TALISMAN_CONFIG key 
or any other external software. Failing to configure CSP have serious security 
implications. Check https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP for 
more information. You can disable this warning using the 
CONTENT_SECURITY_POLICY_WARNING key.
   2023-03-27 05:22:03,966:WARNING:superset.initialization:We haven't found any 
Content Security Policy (CSP) defined in the configurations. Please make sure 
to configure CSP using the TALISMAN_CONFIG key or any other external software. 
Failing to configure CSP have serious security implications. Check 
https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP for more information. You 
can disable this warning using the CONTENT_SECURITY_POLICY_WARNING key.
   Falling back to the built-in cache, that stores data in the metadata 
database, for the following cache: `FILTER_STATE_CACHE_CONFIG`. It is 
recommended to use `RedisCache`, `MemcachedCache` or another dedicated caching 
backend for production deployments
   2023-03-27 05:22:03,970:WARNING:superset.utils.cache_manager:Falling back to 
the built-in cache, that stores data in the metadata database, for the 
following cache: `FILTER_STATE_CACHE_CONFIG`. It is recommended to use 
`RedisCache`, `MemcachedCache` or another dedicated caching backend for 
production deployments
   Falling back to the built-in cache, that stores data in the metadata 
database, for the following cache: `EXPLORE_FORM_DATA_CACHE_CONFIG`. It is 
recommended to use `RedisCache`, `MemcachedCache` or another dedicated caching 
backend for production deployments
   2023-03-27 05:22:03,977:WARNING:superset.utils.cache_manager:Falling back to 
the built-in cache, that stores data in the metadata database, for the 
following cache: `EXPLORE_FORM_DATA_CACHE_CONFIG`. It is recommended to use 
`RedisCache`, `MemcachedCache` or another dedicated caching backend for 
production deployments
   INFO  [alembic.runtime.migration] Context impl PostgresqlImpl.
   INFO  [alembic.runtime.migration] Will assume transactional DDL.
   Loaded your LOCAL configuration at [/app/pythonpath/superset_config.py]
   ```


-- 
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