Jump to content
Froxlor Forum
  • 0

Froxlor Version updaten


Montrey

Question

Hallo Leute !

 

Ich habe eine Frage wenn ich Froxlor update von momentan (0.9.2) auf (0.9.12) gehen da alle meine Einstellungen verloren die ich eingestellt habe ? Domains, kunden, admins alles wichtige mein ich halt !?

 

Das updaten funktioniert doch wie das neuinstallieren oder ? http://www.debianroot.de/server/server-management-mit-froxlor-dem-syscp-fork-1190.html

 

 

Mfg Montrey, Danke ! :)

Link to comment
Share on other sites

16 answers to this question

Recommended Posts

Hallo,

 

nach habe nach der Anleitung geupdatet habe mich als admin eingeloggt und kam direkt eine Seite wo ich mit einen h?kchen best?tigen soll und danach kam eine Seite wo ?berall "OK" stand. Jetzt kommt die Konfigurationsseite trotzdem noch wenn ich mich als admin einlogge. :rolleyes:

 

Habe auch ein Fehler

Updating from 0.9.10-svn1 to 0.9.10-svn2

Updating database table definition for panel_databasesInvalid SQL: ALTER TABLE `panel_databases` ADD `apsdb` tinyint(1) NOT NULL default '0' AFTER `dbserver`;

mysql error number: 1060

mysql error desc: Duplicate column name 'apsdb'

Time/date: 26/09/2010 02:20 AM

Script: /froxlor/admin_updates.php

Referer: http://166.66.66.66:81/froxlor/admin_updates.php

 

der mir jetzt angezeigt wird, wenn ich die Konfigurationsseite erneut ausf?hre.

Link to comment
Share on other sites

Hey !

 

<?php

 

/**

* This file is part of the Froxlor project.

* Copyright © 2003-2009 the SysCP Team (see authors).

* Copyright © 2010 the Froxlor Team (see authors).

*

* For the full copyright and license information, please view the COPYING

* file that was distributed with this source code. You can also view the

* COPYING file online at http://files.froxlor.org/misc/COPYING.txt

*

* @copyright © the authors

* @author Florian Lippert <flo@syscp.org> (2003-2009)

* @author Froxlor team <team@froxlor.org> (2010-)

* @license GPLv2 http://files.froxlor.org/misc/COPYING.txt

* @package System

* @version $Id: tables.inc.php 1258 2010-08-23 06:43:22Z d00p $

*/

 

define('TABLE_FTP_GROUPS', 'ftp_groups');

define('TABLE_FTP_USERS', 'ftp_users');

define('TABLE_FTP_QUOTALIMITS', 'ftp_quotalimits');

define('TABLE_FTP_QUOTATALLIES', 'ftp_quotatallies');

define('TABLE_MAIL_USERS', 'mail_users');

define('TABLE_MAIL_VIRTUAL', 'mail_virtual');

define('TABLE_PANEL_ADMINS', 'panel_admins');

define('TABLE_PANEL_CUSTOMERS', 'panel_customers');

define('TABLE_PANEL_DATABASES', 'panel_databases');

define('TABLE_PANEL_DOMAINS', 'panel_domains');

define('TABLE_PANEL_HTACCESS', 'panel_htaccess');

define('TABLE_PANEL_HTPASSWDS', 'panel_htpasswds');

define('TABLE_PANEL_SESSIONS', 'panel_sessions');

define('TABLE_PANEL_SETTINGS', 'panel_settings');

define('TABLE_PANEL_TASKS', 'panel_tasks');

define('TABLE_PANEL_TEMPLATES', 'panel_templates');

define('TABLE_PANEL_TRAFFIC', 'panel_traffic');

define('TABLE_PANEL_TRAFFIC_ADMINS', 'panel_traffic_admins');

define('TABLE_PANEL_DISKSPACE', 'panel_diskspace');

define('TABLE_PANEL_DISKSPACE_ADMINS', 'panel_diskspace_admins');

define('TABLE_PANEL_LANGUAGE', 'panel_languages');

define('TABLE_PANEL_CRONSCRIPT', 'panel_cronscript');

define('TABLE_PANEL_IPSANDPORTS', 'panel_ipsandports');

define('TABLE_PANEL_TICKETS', 'panel_tickets');

define('TABLE_PANEL_TICKET_CATS', 'panel_ticket_categories');

define('TABLE_PANEL_LOG', 'panel_syslog');

define('TABLE_MAIL_AUTORESPONDER', 'mail_autoresponder');

define('TABLE_PANEL_PHPCONFIGS', 'panel_phpconfigs');

define('TABLE_APS_PACKAGES', 'aps_packages');

define('TABLE_APS_INSTANCES', 'aps_instances');

define('TABLE_APS_SETTINGS', 'aps_settings');

define('TABLE_APS_TASKS', 'aps_tasks');

define('TABLE_APS_TEMP_SETTINGS', 'aps_temp_settings');

define('TABLE_PANEL_CRONRUNS', 'cronjobs_run');

define('TABLE_PANEL_REDIRECTCODES', 'redirect_codes');

define('TABLE_PANEL_DOMAINREDIRECTS', 'domain_redirect_codes');

 

// APS constants

 

define('TASK_INSTALL', 1);

define('TASK_REMOVE', 2);

define('TASK_RECONFIGURE', 3);

define('TASK_UPGRADE', 4);

define('TASK_SYSTEM_UPDATE', 5);

define('TASK_SYSTEM_DOWNLOAD', 6);

define('INSTANCE_INSTALL', 1);

define('INSTANCE_TASK_ACTIVE', 2);

define('INSTANCE_SUCCESS', 3);

define('INSTANCE_ERROR', 4);

define('INSTANCE_UNINSTALL', 5);

define('PACKAGE_LOCKED', 1);

define('PACKAGE_ENABLED', 2);

 

// VERSION INFO

 

$version = '0.9.12';

$dbversion = '2';

$branding = '';

 

?>

 

Mfg Monty

Link to comment
Share on other sites

Sollte _eigentlich_ nicht n?tig sein. Normal kannst du von 0.9.2 problemlos auf 0.9.12 aktualisieren. Hast du denn vor dem Update ein Backup der Datenbank gemacht? Wenn ja (und das sollte du haben) spiele die bitte zur?ck, lade nochmal die aktuellen Daten und versuche es noch einmal

Link to comment
Share on other sites

Ich habe immer noch die Datenbank zur?ck geschoben, aber laut FAQ muss ich nur die userdata.

Naja habe es jetzt so gemacht

 

Jetzt sagt er mir

 

You should install the PHP MySQL extension!Time/date: 26/09/2010 02:21 PM

Script: /froxlor/

 

was ein akt^^

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.



×
×
  • Create New...