SATEL
ACCO NET
63
2. In the console window that will be displayed after system restart, start the installation of
ACCO NET version 1.5 (see “Installing the server environment and ACCO NET system”).
3. Having installed the new versions of the Debian and ACCO NET systems, delete the new
databases created during the installation (see: “Deleting databases”).
4. On the device where the ACCO NET system was installed, export the previously used
databases to SQL files (see “Exporting databases”).
5. Copy the exported databases to the new system (see: “Copying databases from the old
system to a new one”).
6. Import the databases copied from the existing system to the new system (see “Importing
databases”).
7. Update the ACCO NET system to version 1.5 (see “ACCO NET system update after
importing databases”).
8.3.2 Deleting databases
During installation of the ACCO NET system, databases are created. In the case of the
system transfer procedure, it is necessary to delete them so that they can be replaced by the
databases previously exported to SQL files i.e. the essential accoDb and the temporary
accoDb_temporary.
In the console window, on a computer or virtual machine with new versions of Debian and
ACCO NET installed:
1. Log in as the root administrator.
2. Stop the ACCO Server program by entering the command:
service acco-server stop
and pressing ENTER.
3. Stop the WildFly program by entering the command:
service wildfly stop
and pressing ENTER.
4. Log in to the database by entering the command:
mysql
– if the root administrator of the MySQL database has no a password assigned
and pressing ENTER;
mysql –u root –p
– if the root administrator of the MySQL database has a password
created
and pressing ENTER, and then entering the password and pressing ENTER again
5. Delete the newly created essential database by entering the command:
DROP DATABASE accoDb;
and pressing ENTER.
6. Delete the newly created temporary database by entering the command:
DROP DATABASE accoDb_temporary;
and pressing ENTER.
7. Exit the database by entering the command:
EXIT
and pressing ENTER.
8.3.3 Exporting databases
When performing the procedure of transferring the ACCO NET system,
the current
essential
accoDb and the temporary accoDb_temporary
databases must be exported to SQL files
in
order to copy them and then import them to the system at a later date.