Backup nicht möglich

Hilfe zu Znuny Problemen aller Art
Locked
MaVde
Znuny advanced
Posts: 104
Joined: 26 Jul 2007, 08:29

Backup nicht möglich

Post by MaVde »

Hallo!

Wenn ich versuche über die Sysconfig ein Backup zu machen (Einstellungen Herunterladen) bekomme ich folgende Fehlermeldung.

Code: Select all

$Self->{'SecureMode'} =  1;
$Self->{'FQDN'} =  'server';
$Self->{'AdminEmail'} =  'support@mail.de';
$Self->{'Organization'} =  'Max Aicher GmbH & Co. KG';
$Self->{'DefaultLanguage'} =  'de';
$Self->{'LogModule'} =  'Kernel::System::Log::File';
$Self->{'LogModule::LogFile'} =  'C:/OTRS/otrs/var/log/otrs.log';
$Self->{'SendmailModule'} =  'Kernel::System::Email::SMTP';
$Self->{'SendmailModule::CMD'} =  '';
$Self->{'SendmailModule::Host'} =  'server.de';
$Self->{'SendmailModule::Port'} =  '25';
$Self->{'SendmailModule::AuthUser'} =  'support';
$Self->{'SendmailModule::AuthPassword'} =  'passwort';
delete $Self->{'SendmailBcc'};
$Self->{'UserSyncLDAPGroups'} =  [
          'OTRSGroup',
          ''
        ];
$Self->{'Ticket::Frontend::ResponseFormat'} =  '$QData{"Salutation"}

$QData{"StdResponse"}

$QData{"Signature"}
';
$Self->{'1'} = 1;

Weis jemand Hilfe?
OTRS:ITSM mit OTRS 2.2.3 und ITSM 1.0.3
Windows Server 2003 , APACHE 2.2
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Backup nicht möglich

Post by jojo »

Das sind die Einstellungen, die Du in der Sysconfig gemacht hast, keine Fehlermeldung.

Der Knopf ist nur für diese Einstellungen, kein Vollbackup...
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
MaVde
Znuny advanced
Posts: 104
Joined: 26 Jul 2007, 08:29

Backup nicht möglich

Post by MaVde »

Hm wie mache ich dann ein Vollbackup unter Windows?
OTRS:ITSM mit OTRS 2.2.3 und ITSM 1.0.3
Windows Server 2003 , APACHE 2.2
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Backup nicht möglich

Post by jojo »

Das OTRS Unterverzeichnis sichern und am besten noch ein Dump der Datenbank erstellen.
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
Locked