Quote:
Originally Posted by till
I guess that you run the ispconfig installer twice without creating the directory /root/ispconfig again. During the second run, the installer was not able to detect your installation anymore and installed a new empty ispconfig version.
|
The second time I ran the installer, the /root/install_ispconfig folder was deleted completely (when the previous instance of the installer quit). I extracted the /root/install_ispconfig again and then re-ran setup. I didn't touch /root/ispconfig or /home/admispconfig at all.
Quote:
|
Please have a look in the /tmp directory if there are any .tar.gz and .sql backup files. ISPConfig creates them automatically during update.
|
Hmmm, here's the listing of /tmp (the relevant entries):
Code:
ehsan@server7:/tmp$ ls -l
total 217060
-rw------- 1 root root 0 2008-05-24 13:06 existing_db_05_24_2008__13_06_06.sql
-rw------- 1 root root 0 2008-05-24 15:20 existing_db_05_24_2008__15_20_46.sql
-rw------- 1 root root 1234 2008-05-24 15:59 existing_db_05_24_2008__15_59_18.sql
-rw------- 1 root root 44851719 2008-05-24 12:50 home_admispconfig_05_24_2008__13_06_06.tar.gz
-rw------- 1 root root 61646123 2008-05-24 14:53 home_admispconfig_05_24_2008__15_20_46.tar.gz
-rw------- 1 root root 61646502 2008-05-24 15:31 home_admispconfig_05_24_2008__15_59_18.tar.gz
-rw------- 1 root root 18033126 2008-05-24 12:50 root_ispconfig_05_24_2008__13_06_06.tar.gz
-rw------- 1 root root 17741565 2008-05-24 14:52 root_ispconfig_05_24_2008__15_20_46.tar.gz
-rw------- 1 root root 17742556 2008-05-24 15:30 root_ispconfig_05_24_2008__15_59_18.tar.gz
Here is the contents of existing_db_05_24_2008__15_59_18.sql:
Code:
ehsan@server7:/tmp$ sudo cat existing_db_05_24_2008__15_59_18.sql
-- MySQL dump 10.11
--
-- Host: localhost Database: ispconfigdb
-- ------------------------------------------------------
-- Server version 5.0.38-Ubuntu_0ubuntu1.4
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2008-05-24 20:59:18
I doubt that's any help.
Should I expect to find anything in the tar archives?
Ehsan