You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by GitBox <gi...@apache.org> on 2022/08/24 02:49:57 UTC

[GitHub] [incubator-devlake] klesh opened a new issue, #2816: [Doc][db migration] Improve db-migration-confirmation message for Production Mode

klesh opened a new issue, #2816:
URL: https://github.com/apache/incubator-devlake/issues/2816

   ## Documentation Scope
   db migration confirmation error message
   
   ## Describe the Change
   Currently, the db-migration-confirmation message tells users to request `/proceed-db-migration` OR `/api/proceed-db-migration` from config-ui, which is confusing for End Users: It suggests both URLs could work, but, in reality, only the latter one would work since we don't expose `devlake` directly.
   We should improve the message for the time being:
   ```
   send a message to `/api/proceed-db-migration` (or `/proceed-db-migration` if you were running `devlake` alone) if it is ok, 
   ```
   
   ## Screenshots
   ![image](https://user-images.githubusercontent.com/61080/185833787-04e7e738-f455-4590-8fb1-cd2febc3b3ae.png)
   
   
   


-- 
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: commits-unsubscribe@devlake.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-devlake] yumengwang03 closed issue #2816: [Doc][db migration] Improve db-migration-confirmation message for Production Mode

Posted by GitBox <gi...@apache.org>.
yumengwang03 closed issue #2816: [Doc][db migration] Improve db-migration-confirmation message for Production Mode
URL: https://github.com/apache/incubator-devlake/issues/2816


-- 
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: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-devlake] hezyin commented on issue #2816: [Doc][db migration] Improve db-migration-confirmation message for Production Mode

Posted by GitBox <gi...@apache.org>.
hezyin commented on issue #2816:
URL: https://github.com/apache/incubator-devlake/issues/2816#issuecomment-1225285296

   @klesh How about the following version:
   
   > New migration scripts detected. Database migration is required to launch DevLake.
   > WARNING: Performing migration may wipe collected data for consistency and re-collecting data may be required.
   > To proceed, please send a request to `<config-ui-endpoint>/api/proceed-db-migration` (or `<devlake-endpoint>/proceed-db-migration`).
   > Alternatively, you may downgrade back to the previous DevLake version.


-- 
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: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org