((OTRS)) Community Edition — Migration Support Overview
Role in migrations
- Staff (HD): supported as source.
- Company (HD): supported as source.
- Contact (HD): supported as source.
- Ticket (HD): supported as source.
Field-level support migrating FROM ((OTRS)) Community Edition (Ticket)
| Field | Supported |
| Requester | Yes |
| Company | Yes |
| Assignee | Yes |
| Group | Yes |
| Attachments | Yes |
| Comments | Yes |
| Tags | No |
| Custom fields | No |
| CC | No |
| First Response Time | No |
| Created date | Yes |
| Updated date | Yes |
| Closed date | No |
Field-level support migrating FROM ((OTRS)) Community Edition (Company)
| Field | Supported |
| Domains | No |
| Tags | No |
| Custom fields | No |
| Notes | No |
Field-level support migrating FROM ((OTRS)) Community Edition (Contact)
| Field | Supported |
| Tags | No |
| Custom fields | No |
| Phone | Yes |
| Notes | No |
Migration options available for ((OTRS)) Community Edition
- Migrate the newest records first - applies to: source (Ticket)
- Select records for Demo - applies to: source (Ticket)
- Skip ticket attachments - applies to: source (Ticket)
((OTRS)) Community Edition — Setup & How-To Guide
For more information: https://help-desk-migration.com/help/otrs-migration-guides/
How to find database name in OTRS?
To set up a migration from OTRS, you need to provide the name of the database where OTRS is stored. There are two ways for finding out the name of the database in OTRS.
Option #1: Go to the Admin tab > System Administration section and find SQL Box.
Run the query “SELECT DATABASE()”
Option #2: In the catalog where OTRS is installed (usually it’s /opt/otrs) find the Kernel subfolder. It contains configuration files. In particular, Config.pm contains the parameters to be used to connect to the database:
# ---------------------------------------------------- #
# database settings #
# ---------------------------------------------------- #
# The database host
$Self->{'DatabaseHost'} = 'dbs.internal.relokia.com';
# The database name
$Self->{'Database'} = "otrs_5";
# The database user
$Self->{'DatabaseUser'} = "otrs";
# The password of database user. You also can use bin/otrs. Console.pl Maint::Database::PasswordCrypt
# for crypted passwords
$Self->{'DatabasePw'} = '4EngxZVE9LyuUhy3';
# The database DSN for MySQL ==> more: "perldoc DBD::mysql"
$Self->{'DatabaseDSN'} = "DBI:mysql:database=$Self->{Database};host=$Self->{DatabaseHost}";OTRS Migration Limitations
- Migration is currently supported only from OTRS up to version 6, since that's the self-hosted version. Versions 7 and later are not supported in automated migration, as those are cloud versions and their API doesn't allow migration.
- For OTRS versions 7 and higher, data migration can still be done via custom configuration set up for the specific account being migrated from/to.
Comments
0 comments
Please sign in to leave a comment.