Closed dynovativetech closed 1 year ago
For this start, for performance reasons, the plugin only works on a PostgreSQL database using its strengths ( cf. https://github.com/likehopper/redmine_sla/blob/main/README.md#prerequisites ). Indeed, the calculation of the SLAs is based on the use of the generate_series function of PostgreSQL ( cf. https://github.com/likehopper/redmine_sla/blob/main/doc/COMPUTE.md ). Yet, a contributor tries to adapt the plugin to MySQL... I'll let you know !
Hi, i am trying to install but getting the following error, kindly support
[dynotechsupport@secure redmine]$ RAILS_ENV=production bundle exec rake redmine:plugins:migrate NAME=redmine_sla == 202111112021001 CreateSlas: migrating ====================================== -- create_table(:slas, {}) rake aborted! StandardError: An error has occurred, all later migrations canceled:
Mysql2::Error: BLOB/TEXT column 'name' used in key specification without a key length /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/mysql2-0.5.5/lib/mysql2/client.rb:151:in'
_query' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/mysql2-0.5.5/lib/mysql2/client.rb:151:in
block in query' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/mysql2-0.5.5/lib/mysql2/client.rb:150:inhandle_interrupt' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/mysql2-0.5.5/lib/mysql2/client.rb:150:in
query' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/connection_adapters/abstract_mysql_adapter.rb:206:inblock (2 levels) in execute' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activesupport-6.1.7.2/lib/active_support/dependencies/interlock.rb:48:in
block in permit_concurrent_loads' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activesupport-6.1.7.2/lib/active_support/concurrency/share_lock.rb:187:inyield_shares' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activesupport-6.1.7.2/lib/active_support/dependencies/interlock.rb:47:in
permit_concurrent_loads' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/connection_adapters/abstract_mysql_adapter.rb:205:inblock in execute' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/connection_adapters/abstract_adapter.rb:696:in
block (2 levels) in log' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activesupport-6.1.7.2/lib/active_support/concurrency/load_interlock_aware_monitor.rb:26:inblock (2 levels) in synchronize' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activesupport-6.1.7.2/lib/active_support/concurrency/load_interlock_aware_monitor.rb:25:in
handle_interrupt' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activesupport-6.1.7.2/lib/active_support/concurrency/load_interlock_aware_monitor.rb:25:inblock in synchronize' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activesupport-6.1.7.2/lib/active_support/concurrency/load_interlock_aware_monitor.rb:21:in
handle_interrupt' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activesupport-6.1.7.2/lib/active_support/concurrency/load_interlock_aware_monitor.rb:21:insynchronize' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/connection_adapters/abstract_adapter.rb:695:in
block in log' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activesupport-6.1.7.2/lib/active_support/notifications/instrumenter.rb:24:ininstrument' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/connection_adapters/abstract_adapter.rb:687:in
log' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/connection_adapters/abstract_mysql_adapter.rb:204:inexecute' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/connection_adapters/mysql/database_statements.rb:52:in
execute' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/connection_adapters/abstract/schema_statements.rb:322:increate_table' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/connection_adapters/mysql/schema_statements.rb:81:in
create_table' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/migration.rb:929:inblock in method_missing' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/migration.rb:897:in
block in say_with_time' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/migration.rb:897:insay_with_time' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/migration.rb:918:in
method_missing' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/migration/compatibility.rb:35:increate_table' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/migration/compatibility.rb:100:in
create_table' /home/dynotechsupport/redmine/plugins/redmine_sla/db/migrate/202111112021001_create_slas.rb:4:inchange' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/migration.rb:867:in
exec_migration' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/migration.rb:851:inblock (2 levels) in migrate' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/migration.rb:850:in
block in migrate' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/connection_adapters/abstract/connection_pool.rb:462:inwith_connection' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/migration.rb:849:in
migrate' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/migration.rb:1037:inmigrate' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/migration.rb:1329:in
block in execute_migration_in_transaction' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/migration.rb:1382:inddl_transaction' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/migration.rb:1328:in
execute_migration_in_transaction' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/migration.rb:1302:ineach' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/migration.rb:1302:in
migrate_without_lock' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/migration.rb:1251:inblock in migrate' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/migration.rb:1401:in
block in with_advisory_lock' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/migration.rb:1416:inblock in with_advisory_lock_connection' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/connection_adapters/abstract/connection_pool.rb:462:in
with_connection' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/migration.rb:1416:inwith_advisory_lock_connection' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/migration.rb:1397:in
with_advisory_lock' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/migration.rb:1251:inmigrate' /home/dynotechsupport/redmine/lib/redmine/plugin.rb:468:in
up' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/migration.rb:1061:inmigrate' /home/dynotechsupport/redmine/lib/redmine/plugin.rb:500:in
migrate_plugin' /home/dynotechsupport/redmine/lib/redmine/plugin.rb:441:inmigrate' /home/dynotechsupport/redmine/lib/redmine/plugin.rb:452:in
migrate' /home/dynotechsupport/redmine/lib/tasks/redmine.rake:151:inblock (3 levels) in <top (required)>' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/rake-13.0.6/exe/rake:27:in
<top (required)>' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/bundler-2.4.15/lib/bundler/cli/exec.rb:58:inload' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/bundler-2.4.15/lib/bundler/cli/exec.rb:58:in
kernel_load' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/bundler-2.4.15/lib/bundler/cli/exec.rb:23:inrun' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/bundler-2.4.15/lib/bundler/cli.rb:492:in
exec' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/bundler-2.4.15/lib/bundler/vendor/thor/lib/thor/command.rb:27:inrun' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/bundler-2.4.15/lib/bundler/vendor/thor/lib/thor/invocation.rb:127:in
invoke_command' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/bundler-2.4.15/lib/bundler/vendor/thor/lib/thor.rb:392:indispatch' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/bundler-2.4.15/lib/bundler/cli.rb:34:in
dispatch' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/bundler-2.4.15/lib/bundler/vendor/thor/lib/thor/base.rb:485:instart' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/bundler-2.4.15/lib/bundler/cli.rb:28:in
start' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/bundler-2.4.15/exe/bundle:37:inblock in <top (required)>' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/bundler-2.4.15/lib/bundler/friendly_errors.rb:117:in
with_friendly_errors' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/bundler-2.4.15/exe/bundle:29:in<top (required)>' /opt/cpanel/ea-ruby27/root/usr/bin/bundle:23:in
load' /opt/cpanel/ea-ruby27/root/usr/bin/bundle:23:in `Caused by: ActiveRecord::StatementInvalid: Mysql2::Error: BLOB/TEXT column 'name' used in key specification without a key length /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/mysql2-0.5.5/lib/mysql2/client.rb:151:in'
_query' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/mysql2-0.5.5/lib/mysql2/client.rb:151:in
block in query' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/mysql2-0.5.5/lib/mysql2/client.rb:150:inhandle_interrupt' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/mysql2-0.5.5/lib/mysql2/client.rb:150:in
query' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/connection_adapters/abstract_mysql_adapter.rb:206:inblock (2 levels) in execute' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activesupport-6.1.7.2/lib/active_support/dependencies/interlock.rb:48:in
block in permit_concurrent_loads' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activesupport-6.1.7.2/lib/active_support/concurrency/share_lock.rb:187:inyield_shares' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activesupport-6.1.7.2/lib/active_support/dependencies/interlock.rb:47:in
permit_concurrent_loads' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/connection_adapters/abstract_mysql_adapter.rb:205:inblock in execute' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/connection_adapters/abstract_adapter.rb:696:in
block (2 levels) in log' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activesupport-6.1.7.2/lib/active_support/concurrency/load_interlock_aware_monitor.rb:26:inblock (2 levels) in synchronize' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activesupport-6.1.7.2/lib/active_support/concurrency/load_interlock_aware_monitor.rb:25:in
handle_interrupt' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activesupport-6.1.7.2/lib/active_support/concurrency/load_interlock_aware_monitor.rb:25:inblock in synchronize' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activesupport-6.1.7.2/lib/active_support/concurrency/load_interlock_aware_monitor.rb:21:in
handle_interrupt' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activesupport-6.1.7.2/lib/active_support/concurrency/load_interlock_aware_monitor.rb:21:insynchronize' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/connection_adapters/abstract_adapter.rb:695:in
block in log' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activesupport-6.1.7.2/lib/active_support/notifications/instrumenter.rb:24:ininstrument' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/connection_adapters/abstract_adapter.rb:687:in
log' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/connection_adapters/abstract_mysql_adapter.rb:204:inexecute' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/connection_adapters/mysql/database_statements.rb:52:in
execute' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/connection_adapters/abstract/schema_statements.rb:322:increate_table' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/connection_adapters/mysql/schema_statements.rb:81:in
create_table' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/migration.rb:929:inblock in method_missing' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/migration.rb:897:in
block in say_with_time' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/migration.rb:897:insay_with_time' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/migration.rb:918:in
method_missing' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/migration/compatibility.rb:35:increate_table' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/migration/compatibility.rb:100:in
create_table' /home/dynotechsupport/redmine/plugins/redmine_sla/db/migrate/202111112021001_create_slas.rb:4:inchange' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/migration.rb:867:in
exec_migration' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/migration.rb:851:inblock (2 levels) in migrate' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/migration.rb:850:in
block in migrate' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/connection_adapters/abstract/connection_pool.rb:462:inwith_connection' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/migration.rb:849:in
migrate' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/migration.rb:1037:inmigrate' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/migration.rb:1329:in
block in execute_migration_in_transaction' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/migration.rb:1382:inddl_transaction' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/migration.rb:1328:in
execute_migration_in_transaction' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/migration.rb:1302:ineach' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/migration.rb:1302:in
migrate_without_lock' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/migration.rb:1251:inblock in migrate' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/migration.rb:1401:in
block in with_advisory_lock' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/migration.rb:1416:inblock in with_advisory_lock_connection' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/connection_adapters/abstract/connection_pool.rb:462:in
with_connection' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/migration.rb:1416:inwith_advisory_lock_connection' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/migration.rb:1397:in
with_advisory_lock' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/migration.rb:1251:inmigrate' /home/dynotechsupport/redmine/lib/redmine/plugin.rb:468:in
up' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/migration.rb:1061:inmigrate' /home/dynotechsupport/redmine/lib/redmine/plugin.rb:500:in
migrate_plugin' /home/dynotechsupport/redmine/lib/redmine/plugin.rb:441:inmigrate' /home/dynotechsupport/redmine/lib/redmine/plugin.rb:452:in
migrate' /home/dynotechsupport/redmine/lib/tasks/redmine.rake:151:inblock (3 levels) in <top (required)>' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/rake-13.0.6/exe/rake:27:in
<top (required)>' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/bundler-2.4.15/lib/bundler/cli/exec.rb:58:inload' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/bundler-2.4.15/lib/bundler/cli/exec.rb:58:in
kernel_load' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/bundler-2.4.15/lib/bundler/cli/exec.rb:23:inrun' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/bundler-2.4.15/lib/bundler/cli.rb:492:in
exec' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/bundler-2.4.15/lib/bundler/vendor/thor/lib/thor/command.rb:27:inrun' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/bundler-2.4.15/lib/bundler/vendor/thor/lib/thor/invocation.rb:127:in
invoke_command' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/bundler-2.4.15/lib/bundler/vendor/thor/lib/thor.rb:392:indispatch' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/bundler-2.4.15/lib/bundler/cli.rb:34:in
dispatch' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/bundler-2.4.15/lib/bundler/vendor/thor/lib/thor/base.rb:485:instart' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/bundler-2.4.15/lib/bundler/cli.rb:28:in
start' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/bundler-2.4.15/exe/bundle:37:inblock in <top (required)>' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/bundler-2.4.15/lib/bundler/friendly_errors.rb:117:in
with_friendly_errors' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/bundler-2.4.15/exe/bundle:29:in<top (required)>' /opt/cpanel/ea-ruby27/root/usr/bin/bundle:23:in
load' /opt/cpanel/ea-ruby27/root/usr/bin/bundle:23:in `Caused by: Mysql2::Error: BLOB/TEXT column 'name' used in key specification without a key length /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/mysql2-0.5.5/lib/mysql2/client.rb:151:in'
Tasks: TOP => redmine:plugins:migrate
(See full trace by running task with --trace)
_query' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/mysql2-0.5.5/lib/mysql2/client.rb:151:in
block in query' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/mysql2-0.5.5/lib/mysql2/client.rb:150:inhandle_interrupt' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/mysql2-0.5.5/lib/mysql2/client.rb:150:in
query' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/connection_adapters/abstract_mysql_adapter.rb:206:inblock (2 levels) in execute' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activesupport-6.1.7.2/lib/active_support/dependencies/interlock.rb:48:in
block in permit_concurrent_loads' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activesupport-6.1.7.2/lib/active_support/concurrency/share_lock.rb:187:inyield_shares' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activesupport-6.1.7.2/lib/active_support/dependencies/interlock.rb:47:in
permit_concurrent_loads' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/connection_adapters/abstract_mysql_adapter.rb:205:inblock in execute' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/connection_adapters/abstract_adapter.rb:696:in
block (2 levels) in log' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activesupport-6.1.7.2/lib/active_support/concurrency/load_interlock_aware_monitor.rb:26:inblock (2 levels) in synchronize' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activesupport-6.1.7.2/lib/active_support/concurrency/load_interlock_aware_monitor.rb:25:in
handle_interrupt' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activesupport-6.1.7.2/lib/active_support/concurrency/load_interlock_aware_monitor.rb:25:inblock in synchronize' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activesupport-6.1.7.2/lib/active_support/concurrency/load_interlock_aware_monitor.rb:21:in
handle_interrupt' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activesupport-6.1.7.2/lib/active_support/concurrency/load_interlock_aware_monitor.rb:21:insynchronize' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/connection_adapters/abstract_adapter.rb:695:in
block in log' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activesupport-6.1.7.2/lib/active_support/notifications/instrumenter.rb:24:ininstrument' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/connection_adapters/abstract_adapter.rb:687:in
log' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/connection_adapters/abstract_mysql_adapter.rb:204:inexecute' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/connection_adapters/mysql/database_statements.rb:52:in
execute' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/connection_adapters/abstract/schema_statements.rb:322:increate_table' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/connection_adapters/mysql/schema_statements.rb:81:in
create_table' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/migration.rb:929:inblock in method_missing' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/migration.rb:897:in
block in say_with_time' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/migration.rb:897:insay_with_time' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/migration.rb:918:in
method_missing' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/migration/compatibility.rb:35:increate_table' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/migration/compatibility.rb:100:in
create_table' /home/dynotechsupport/redmine/plugins/redmine_sla/db/migrate/202111112021001_create_slas.rb:4:inchange' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/migration.rb:867:in
exec_migration' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/migration.rb:851:inblock (2 levels) in migrate' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/migration.rb:850:in
block in migrate' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/connection_adapters/abstract/connection_pool.rb:462:inwith_connection' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/migration.rb:849:in
migrate' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/migration.rb:1037:inmigrate' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/migration.rb:1329:in
block in execute_migration_in_transaction' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/migration.rb:1382:inddl_transaction' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/migration.rb:1328:in
execute_migration_in_transaction' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/migration.rb:1302:ineach' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/migration.rb:1302:in
migrate_without_lock' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/migration.rb:1251:inblock in migrate' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/migration.rb:1401:in
block in with_advisory_lock' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/migration.rb:1416:inblock in with_advisory_lock_connection' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/connection_adapters/abstract/connection_pool.rb:462:in
with_connection' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/migration.rb:1416:inwith_advisory_lock_connection' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/migration.rb:1397:in
with_advisory_lock' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/migration.rb:1251:inmigrate' /home/dynotechsupport/redmine/lib/redmine/plugin.rb:468:in
up' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/activerecord-6.1.7.2/lib/active_record/migration.rb:1061:inmigrate' /home/dynotechsupport/redmine/lib/redmine/plugin.rb:500:in
migrate_plugin' /home/dynotechsupport/redmine/lib/redmine/plugin.rb:441:inmigrate' /home/dynotechsupport/redmine/lib/redmine/plugin.rb:452:in
migrate' /home/dynotechsupport/redmine/lib/tasks/redmine.rake:151:inblock (3 levels) in <top (required)>' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/rake-13.0.6/exe/rake:27:in
<top (required)>' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/bundler-2.4.15/lib/bundler/cli/exec.rb:58:inload' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/bundler-2.4.15/lib/bundler/cli/exec.rb:58:in
kernel_load' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/bundler-2.4.15/lib/bundler/cli/exec.rb:23:inrun' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/bundler-2.4.15/lib/bundler/cli.rb:492:in
exec' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/bundler-2.4.15/lib/bundler/vendor/thor/lib/thor/command.rb:27:inrun' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/bundler-2.4.15/lib/bundler/vendor/thor/lib/thor/invocation.rb:127:in
invoke_command' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/bundler-2.4.15/lib/bundler/vendor/thor/lib/thor.rb:392:indispatch' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/bundler-2.4.15/lib/bundler/cli.rb:34:in
dispatch' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/bundler-2.4.15/lib/bundler/vendor/thor/lib/thor/base.rb:485:instart' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/bundler-2.4.15/lib/bundler/cli.rb:28:in
start' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/bundler-2.4.15/exe/bundle:37:inblock in <top (required)>' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/bundler-2.4.15/lib/bundler/friendly_errors.rb:117:in
with_friendly_errors' /home/dynotechsupport/.gem/ruby/ruby-2.7.8/gems/bundler-2.4.15/exe/bundle:29:in<top (required)>' /opt/cpanel/ea-ruby27/root/usr/bin/bundle:23:in
load' /opt/cpanel/ea-ruby27/root/usr/bin/bundle:23:in `