You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Alexey Kuznetsov (JIRA)" <ji...@apache.org> on 2018/03/22 07:45:00 UTC

[jira] [Comment Edited] (IGNITE-5466) Web Console: New Configuration Screen

    [ https://issues.apache.org/jira/browse/IGNITE-5466?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16409173#comment-16409173 ] 

Alexey Kuznetsov edited comment on IGNITE-5466 at 3/22/18 7:44 AM:
-------------------------------------------------------------------

Please test migrations in this branch: ignite-5466.

To test you will need to prepare MongoDB database using Web Console deployed from master branch.

Steps.
 # Deploy Web Console from master branch.
 # Create ALL kinds of objects with ALL kinds of cross-links (for example, cache linked to one cluster, cache linked to several clusters, ...).
 # Create ALL kinds of objects that not linked to any other object (for example, cache that not linked to cluster, ...).
 # Backup this db (just for later retests):  use command like this: mongodump.exe --db=console --archive=c:\\backup\ignite-5466.backup
 # Deploy Web Console from ignite-5466 branch.
 # Check that ALL objects created before correctly migrated:
 ## All not linked objects will be linked to LOST_AND_FOUND parents.
 ## Objects linked to several parents should be cloned.

Useful command: `mongorestore --db=console --archive=c:\backup\ignite-5466.backup`

Useful link about how to configure MongoDB database folder outside docker container: [https://apacheignite-tools.readme.io/docs/docker-deployment]

Also test usual tests for Configuration screen.


was (Author: kuaw26):
Please test migrations in this branch: ignite-5466.

To test you will need to prepare MongoDB database using Web Console deployed from master branch.

Steps.
 # Deploy Web Console from master branch.
 # Create ALL kinds of objects with ALL kinds of cross-links (for example, cache linked to one cluster, cache linked to several clusters, ...).
 # Create ALL kinds of objects that not linked to any other object (for example, cache that not linked to cluster, ...).
 # Backup this db (just for later retests):  use command like this: mongodump.exe --db=console --archive=c:\\backup\ignite-5466.backup
 # Deploy Web Console from ignite-5466 branch.
 # Check that ALL objects created before correctly migrated.

Useful command: mongorestore --db=console --archive=c:\backup\ignite-5466.backup

Useful link about how to configure MongoDB database folder outside docker container: [https://apacheignite-tools.readme.io/docs/docker-deployment]

Also test usual tests for Configuration screen.

> Web Console: New Configuration Screen
> -------------------------------------
>
>                 Key: IGNITE-5466
>                 URL: https://issues.apache.org/jira/browse/IGNITE-5466
>             Project: Ignite
>          Issue Type: Task
>          Components: UI, wizards
>            Reporter: Vica Abramova
>            Assignee: Pavel Konstantinov
>            Priority: Major
>             Fix For: 2.5
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)