Details
-
Bug
-
Status: Closed
-
Resolution: Won't Fix
-
Master
-
None
-
5
-
Forms_7.4_15
Description
Description
The Form Builder Layout is broken after upgrading to 7.4.
Pre conditions
To use 7.0 and 7.1 version, the MySQL version must be at 5.7.
Steps to Reproduce
- Raise the Portal at 7.1, 7.2 or 7.3 version;
- Go to Forms > Create a simple Form > Create an Element Set;
- Generate a dump by the command:
mysqldump -u root -p lportal > dumpPortalVersion.sql
- Stop the Portal;
- Shutdown its process by the command:
../bin ./shutdown.sh
- Kill the Java process by the command:
killall -9 java
- Drop the database by the command:
drop database lportal;
- Create the database by the command:
create database lportal character set utf8 collate utf8_bin;
- In the mysql shell, apply the database by the command:
use lportal;
- Apply the dump generated ate step 3 by the command:
source dumpPortalVersion.sql;
- Put the xml license file in the deploy folder;
- Put the mysql.jar in the tomcat/lib/ext folder;
- From the 7.4 version, ../tools/portal-tools-db-upgrade-client, run the upgrade by the command:
./db_upgrade.sh
- Press ENTER until need to type the database username > Type the username;
- Type the password, in case of exists one;
- Press ENTER until the upgrade starts;
- Raise the Portal from 7.4 version.
Expected Result
Elements sets must be present after the upgrade.
Actual Result
Elements sets are NOT present after the upgrade.
Reproduced In
master: a0a617085910d5d8dec936d78799d905af9c68cc
Evidence
Attachments
Issue Links
- relates
-
LPS-130352 The Form Builder Layout is broken after upgrading to 7.4
- Closed