This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

1.0.2 1.0.3 postfix fix not work
#1
1.0.2 1.0.3 postfix fix not work
1.0.2 1.0.3 postfix fix not work

Code:
USE `sentora_postfix`;

CREATE TABLE IF NOT EXISTS `vacation` (
 `email` varchar(255) NOT NULL,
 `subject` varchar(255) CHARACTER SET utf8 NOT NULL,
 `body` text CHARACTER SET utf8 NOT NULL,
 `cache` text NOT NULL,
 `domain` varchar(255) NOT NULL,
 `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
 `active` tinyint(1) NOT NULL DEFAULT '1',
 PRIMARY KEY (`email`),
 KEY `email` (`email`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Postfix - Virtual Vacation/ autoresponder';

CREATE TABLE IF NOT EXISTS `vacation_notification` (
 `on_vacation` varchar(255) CHARACTER SET utf8 NOT NULL,
 `notified` varchar(255) CHARACTER SET utf8 NOT NULL,
 `notified_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
 PRIMARY KEY (`on_vacation`,`notified`),
 CONSTRAINT `vacation_notification_pkey` FOREIGN KEY (`on_vacation`) REFERENCES `vacation` (`email`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Postfix - Virtual Vacation Notifications LOG';

/* Update Sentora Version */
USE `sentora_core`;

/* Update the sentora database version number */
UPDATE `x_settings` SET `so_value_tx` = '1.0.3' WHERE `so_name_vc` = 'dbversion';

sql error return
for vacation table
Code:
# 1067 - Invalid default value for 'created'

for vacation_notification table

Code:
# 1215 - Cannot add foreign key constraint

mysql server version 5.7.34

would someone have a solution because without it is postfix table does not work
Reply
Thanks given by:


Messages In This Thread
1.0.2 1.0.3 postfix fix not work - by andykimpe - 06-12-2021, 05:37 AM
RE: 1.0.2 1.0.3 postfix fix not work - by ccr1969 - 06-12-2021, 06:35 AM
RE: 1.0.2 1.0.3 postfix fix not work - by ccr1969 - 06-12-2021, 06:47 AM
RE: 1.0.2 1.0.3 postfix fix not work - by ccr1969 - 06-12-2021, 07:01 AM
RE: 1.0.2 1.0.3 postfix fix not work - by ccr1969 - 06-12-2021, 07:07 AM
RE: 1.0.2 1.0.3 postfix fix not work - by ccr1969 - 06-12-2021, 07:12 AM
RE: 1.0.2 1.0.3 postfix fix not work - by ccr1969 - 06-12-2021, 07:15 AM
RE: 1.0.2 1.0.3 postfix fix not work - by ccr1969 - 06-12-2021, 07:29 AM
RE: 1.0.2 1.0.3 postfix fix not work - by ccr1969 - 06-12-2021, 07:46 AM
RE: 1.0.2 1.0.3 postfix fix not work - by ccr1969 - 06-12-2021, 09:10 AM
RE: 1.0.2 1.0.3 postfix fix not work - by ccr1969 - 06-12-2021, 05:28 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
Postfix relay specific domains to mailjet johnnyp 0 2 ,037 01-29-2021, 04:44 AM
Last Post: johnnyp
Webalizer Stats not work - how to fix it ? domyhost 2 5 ,741 04-28-2020, 05:14 PM
Last Post: domyhost
I changed date and time from server and sentora does not work gabriel15959 1 4 ,625 03-20-2019, 11:52 PM
Last Post: fearworks

Forum Jump:


Users browsing this thread: 1 Guest(s)