Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,25 +21,25 @@ Run the Server Migration Tool (Standalone Build)

1. Navigate to the `dist/standalone/target/` directory and unzip the ` jboss-server-migration-VERSION_NUMBER.zip` file

unzip jboss-server-migration-37.0.0.Final.zip
unzip jboss-server-migration-38.0.0.Final.zip
2. Open a terminal and navigate to the `dist/standalone/target/jboss-server-migration/` directory.
3. Run the following command.

For Linux|Mac: ./jboss-server-migration.sh -s SOURCE_SERVER_PATH -t TARGET_SERVER_PATH
For Windows: jboss-server-migration.bat -s SOURCE_SERVER_PATH -t TARGET_SERVER_PATH

Replace `SOURCE_SERVER_PATH` with the path to previous version of the server installation that you want to migrate from, for example: `${user.home}/wildfly-27.0.0.Final/`
Replace `SOURCE_SERVER_PATH` with the path to previous version of the server installation that you want to migrate from, for example: `${user.home}/wildfly-28.0.0.Final/`

Replace `TARGET_SERVER_PATH` with the path to current version of the server installation that you want the old configuration migrated to, for example: `${user.home}/wildfly-37.0.0.Final/`
Replace `TARGET_SERVER_PATH` with the path to current version of the server installation that you want the old configuration migrated to, for example: `${user.home}/wildfly-38.0.0.Final/`
4. When you execute the command, the tool identifies the source and target servers from provided paths, and starts the server migration.

----------------------------------------------------------
---- JBoss Server Migration Tool -----------------------
----------------------------------------------------------

Retrieving servers...
INFO SOURCE server name: WildFly Full, version: 27.0.0.Final.
INFO TARGET server name: WildFly Full, version: 37.0.0.Final.
INFO SOURCE server name: WildFly Full, version: 28.0.0.Final.
INFO TARGET server name: WildFly Full, version: 38.0.0.Final.

----------------------------------------------------------
----------------------------------------------------------
Expand Down
44 changes: 0 additions & 44 deletions dist/standalone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -395,50 +395,6 @@
<groupId>${project.groupId}</groupId>
<artifactId>jboss-server-migration-wildfly37.0-server</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>jboss-server-migration-wildfly27.0-to-wildfly37.0</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>jboss-server-migration-wildfly28.0-to-wildfly37.0</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>jboss-server-migration-wildfly29.0-to-wildfly37.0</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>jboss-server-migration-wildfly30.0-to-wildfly37.0</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>jboss-server-migration-wildfly31.0-to-wildfly37.0</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>jboss-server-migration-wildfly32.0-to-wildfly37.0</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>jboss-server-migration-wildfly33.0-to-wildfly37.0</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>jboss-server-migration-wildfly34.0-to-wildfly37.0</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>jboss-server-migration-wildfly35.0-to-wildfly37.0</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>jboss-server-migration-wildfly36.0-to-wildfly37.0</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>jboss-server-migration-wildfly37.0-to-wildfly37.0</artifactId>
</dependency>

<!-- wfly 38.0 -->
<dependency>
Expand Down
86 changes: 0 additions & 86 deletions docs/user-guides/migrations/wildfly37.0/wildfly27.0/pom.xml

This file was deleted.

This file was deleted.

86 changes: 0 additions & 86 deletions docs/user-guides/migrations/wildfly37.0/wildfly28.0/pom.xml

This file was deleted.

Loading
Loading