Upgrading ZPanel 10.1.* to Sentora - Alpha/Beta
#27
RE: Upgrading ZPanel 10.1.* to Sentora - Alpha/Beta
(09-24-2015, 08:32 PM)kandrews Wrote: If you need to fix after the conversion over to sentora_ prefixed databases run the following:

Code:
CREATE TABLE `sentora_core`.`x_htpasswd_file` (  `x_htpasswd_file_id` int(11) NOT NULL AUTO_INCREMENT,  `x_htpasswd_file_target` varchar(255) NOT NULL,  `x_htpasswd_file_message` varchar(255) NOT NULL,  `x_htpasswd_file_created` int(11) NOT NULL,  `x_htpasswd_file_deleted` int(11) DEFAULT NULL,  `x_htpasswd_sentora_user_id` int(11) NOT NULL,  PRIMARY KEY (`x_htpasswd_file_id`),  UNIQUE KEY `x_htpasswd_file_target` (`x_htpasswd_file_target`),  KEY `x_htpasswd_file_x_htpasswd_sentora_user_id_idx` (`x_htpasswd_sentora_user_id`) ) DEFAULT CHARSET=utf8; CREATE TABLE `sentora_core`.`x_htpasswd_mapper` (  `x_htpasswd_mapper_id` int(11) NOT NULL AUTO_INCREMENT,  `x_htpasswd_file_id` int(11) NOT NULL,  `x_htpasswd_user_id` int(11) NOT NULL,  PRIMARY KEY (`x_htpasswd_mapper_id`),  KEY `x_htpasswd_mapper_x_htpasswd_file_id_idx` (`x_htpasswd_file_id`),  KEY `x_htpasswd_mapper_x_htpasswd_user_id_idx` (`x_htpasswd_user_id`) ) DEFAULT CHARSET=utf8; CREATE TABLE `sentora_core`.`x_htpasswd_user` (  `x_htpasswd_user_id` int(11) NOT NULL AUTO_INCREMENT,  `x_htpasswd_user_username` varchar(255) NOT NULL,  `x_htpasswd_user_password` varchar(255) NOT NULL,  `x_htpasswd_user_created` int(11) NOT NULL,  `x_htpasswd_user_deleted` int(11) DEFAULT NULL,  `x_htpasswd_sentora_user_id` int(11) NOT NULL,  PRIMARY KEY (`x_htpasswd_user_id`),  UNIQUE KEY `x_htpasswd_user_username` (`x_htpasswd_user_username`),  UNIQUE KEY `x_htpasswd_user_password` (`x_htpasswd_user_password`) ) DEFAULT CHARSET=utf8;

This code is in the update-structure.sql file. Strange it did not appeared.

Gone give it another go.
[Image: logo2.png]

My being on this forum is all personal and all is done here by me has nothing to with the company Web Improved I work for Smile


Messages In This Thread
RE: Upgrading ZPanel 10.1.* to Sentora - Alpha/Beta - by bbspike - 09-25-2015, 03:35 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
Sentora 3.0 Sitrep! TGates 5 332 Yesterday, 11:11 AM
Last Post: TGates
Sentora v2.1.0 sitrep TGates 8 5 ,619 06-06-2025, 06:24 AM
Last Post: TGates
Sentora Docs Page TGates 1 1 ,842 04-23-2025, 06:51 PM
Last Post: michaelarrington

Forum Jump:


Users browsing this thread: 1 Guest(s)