Infos:
- Used Zammad version: 5.1.1
- Used Zammad installation type: package
- Operating system: Debian GNU/Linux 11 (bullseye)
- Browser + version: Firefox 100.0.2 (64-Bit)
- Database: MariaDB
Expected behavior:
- finish the installation
Actual behavior:
-
shell mysql:
1: from /opt/zammad/vendor/bundle/ruby/2.7.0/gems/mysql2-0.5.3/lib/mysql2/client.rb:131:in
block in query’
/opt/zammad/vendor/bundle/ruby/2.7.0/gems/mysql2-0.5.3/lib/mysql2/client.rb:131:in_query': Mysql2::Error: Cannot add or update a child row: a foreign key constraint fails (
zammad.
translations, CONSTRAINT
fk_rails_d6e6d9635dFOREIGN KEY (
created_by_id) REFERENCES
users(
id)) (ActiveRecord::InvalidForeignKey)
-
shell postgresql:
ERROR: insert or update on table "translations" violates foreign key constraint "fk_rails_d6e6d9635d" (PG::ForeignKeyViolation) DETAIL: Key (created_by_id)=(1) is not present in table "users".
-
Website:
Steps to reproduce the behavior:
- reinstall MariaDB
- reinstall Zammad
- reinstall the OS
- change the db-Server (localhost & external server)
- check the db-variable
- del fk from table zammad.translations
- change to postgresql
Hello, i don’t know, why the zammad can’t finish the installation for mysql. I can’t create a user over #getting_started/admin (id 1 not found) or mysql. I have nothing idee how i can fix it.