Infos:
-
Used Zammad version: Latest Version from Ubuntu
-
Used Zammad installation type: Package
-
Operating system: Ubuntu 22.04
-
Browser + version: Chrome latest
-
I just migrated my zammad to a new host (using the Zammad Migration Tutorial) but when I now try to log in I get this error: PG::UndefinedTable: ERROR: relation "usertwofactor_preferences" does not exist LINE 1: …s"."id" = "rolesusers"."roleid" LEFT OUTER JOIN "usertwo… ^
The Backup had the same Zammad Version running as the new host has.
This is the config I used when migrating to a new host, because the new host has a newer Ubuntu version.
#!/usr/bin/env bash
zammad backup script config
Learn more about the options below at
BACKUP_DIR=‘/var/tmp/zammad_backup’
HOLD_DAYS=‘10’
FULL_FS_DUMP=‘no’
DEBUG=‘no’