salonijain024 commented on issue #5068: Add 24 hours refresh for dashboard URL: https://github.com/apache/incubator-superset/pull/5068#issuecomment-421965564 Hi, Can you help me with upgrading superset without impacting existing data on old version of superset. Our production superset version is very old and we need to upgrade, but do not want to impact the existing dashboards and rework on the same. Kindly assist. Regards, Saloni Jain On Wed, Sep 5, 2018, 3:04 PM SALONI JAIN <[email protected]> wrote: > Thanks for the help. > I will do the same and update you in case of any issue. > > Regards, > Saloni > > On Wed, Sep 5, 2018, 1:07 PM yamyamyuo <[email protected]> wrote: > >> `# Install nodejs for custom build >> 48 # https://nodejs.org/en/download/package-manager/ >> 49 RUN curl -sL https://deb.nodesource.com/setup_9.x | bash - >> 50 RUN apt-get update && apt-get install -y nodejs >> 51 RUN npm install -g yarn >> >> 53 RUN ls ${SUPERSET_ASSETS_DIR} >> 54 COPY ./lls_superset_build/package.json >> ${SUPERSET_ASSETS_DIR}/package.json # i have modify something here >> >> RUN cd ${SUPERSET_ASSETS_DIR} && yarn >> 61 RUN cd ${SUPERSET_ASSETS_DIR} && yarn list webpack >> compile the frontend >> >> 49 # >> https://github.com/apache/incubator-superset/blob/master/docs/installation.rst#making-your-own-build >> 50 RUN cd ${SUPERSET_ASSETS_DIR} && yarn >> 51 # RUN cd ${SUPERSET_ASSETS_DIR} && yarn list webpack >> >> 56 RUN cd ${SUPERSET_ASSETS_DIR} && yarn list >> 58 RUN cd ${SUPERSET_ASSETS_DIR} && npm run build >> ` >> >> — >> You are receiving this because you were mentioned. >> Reply to this email directly, view it on GitHub >> <https://github.com/apache/incubator-superset/pull/5068#issuecomment-418629986>, >> or mute the thread >> <https://github.com/notifications/unsubscribe-auth/AQmV_6-Pma7yflg4rJaMLKRjnFyi_V-Mks5uX38mgaJpZM4ULihg> >> . >> >
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
