This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages: [1] 2
1
News and Announcements / Re: Upgrade from Zentyal 6.2 to 7.0 is now available
« on: March 15, 2021, 11:50:14 am »We are up and running and fixed the issue with this commands!
sudo rm -rf /var/lib/zentyal/conf/ssl
sudo /usr/share/zentyal/create-certificate /var/lib/zentyal/conf/ssl `hostname --fqdn`
sudo systemctl start zentyal.webadmin-nginx.service
That's exactly what the release-upgrade code does at L:248 Did you upgrade from >=6.2.7?
Just for curiosity, because these commands should not be needed.
2
News and Announcements / Re: Upgrade from Zentyal 6.2 to 7.0 is now available
« on: March 12, 2021, 04:57:17 pm »The ugrade to Zen7 button is offered again, but if you pust it, in the upgrade windows it says "This will upgrade your Zentyal 6.0 to Zentyal 6.2 Community edition"...
Tested on 2 servers
Thanks! fixed in 6.2.8

3
News and Announcements / Re: Upgrade from Zentyal 6.2 to 7.0 is now available
« on: March 12, 2021, 04:27:44 pm »
Hi all,
Thanks for the feedback. Until now we have not been able to reproduce issues in the upgrade process itself (few issues that were affecting deployments with multiple DCs have been fixed now). What is very important is that you have the system fully updated and in the latest version (6.2.7) and also, that you have Internet connection (network connectivity issues might cause errors in the upgrade process). Please also make a full backup and have a roll-back procedure in place before upgrading.
BR.
Thanks for the feedback. Until now we have not been able to reproduce issues in the upgrade process itself (few issues that were affecting deployments with multiple DCs have been fixed now). What is very important is that you have the system fully updated and in the latest version (6.2.7) and also, that you have Internet connection (network connectivity issues might cause errors in the upgrade process). Please also make a full backup and have a roll-back procedure in place before upgrading.
BR.
4
News and Announcements / Re: Upgrade from Zentyal 6.2 to 7.0 is now available
« on: March 09, 2021, 11:26:15 am »
Ok, thats the same, the button of the GUI runs a CGI that executes the release upgrade script, keep in mind that you used an outdated script because the latest and proved release script for 6.2 was released yesterday in zentyal-core 6.2.7 in https://github.com/zentyal/zentyal/commit/225ac49fd6c0aeeb9bba139aea290a7e2c4ca3c0
The issue that you suffer occurs because the new version of nginx needs a longer key than the old, if you already have an updated version of zentyal core (7.0.x) you'll need to run
rm -rf /var/lib/zentyal/conf/ssl
/usr/share/zentyal/create-certificate /var/lib/zentyal/conf/ssl `hostname --fqdn`
Anyway, if you have a backup, restore it, update your system to the latest 6.2.x version of every package and run again the upgrade.
The issue that you suffer occurs because the new version of nginx needs a longer key than the old, if you already have an updated version of zentyal core (7.0.x) you'll need to run
rm -rf /var/lib/zentyal/conf/ssl
/usr/share/zentyal/create-certificate /var/lib/zentyal/conf/ssl `hostname --fqdn`
Anyway, if you have a backup, restore it, update your system to the latest 6.2.x version of every package and run again the upgrade.
5
News and Announcements / Re: Upgrade from Zentyal 6.2 to 7.0 is now available
« on: March 09, 2021, 10:27:17 am »
Hi Gabor,
Please note that you should upgrade from Zentyal 6.2.7. This issue is handled by the release-upgrade script in this line https://github.com/zentyal/zentyal/blob/support/6.2/main/core/src/scripts/release-upgrade#L248, so... the issue probably occurred in a previous upgrade stage, anyway, you have to update every package of your system before launching the script, otherwise the script won't continue (this is handled by the "checkPendingPackages" in L:69). How did you do your upgrade?
I think you used an outdated version of "release-upgrade"
Please note that you should upgrade from Zentyal 6.2.7. This issue is handled by the release-upgrade script in this line https://github.com/zentyal/zentyal/blob/support/6.2/main/core/src/scripts/release-upgrade#L248, so... the issue probably occurred in a previous upgrade stage, anyway, you have to update every package of your system before launching the script, otherwise the script won't continue (this is handled by the "checkPendingPackages" in L:69). How did you do your upgrade?
I think you used an outdated version of "release-upgrade"
6
News and Announcements / Upgrade from Zentyal 6.2 to 7.0 is now available
« on: March 08, 2021, 04:40:57 pm »
Hi all,
The upgrade path from Zentyal Server Development 6.2 to 7.0 has been published now. When you upgrade the 'zentyal-core' package to its latest version, "Upgrade button" will appear on the Dashboard.
We would recommend you to follow this checklist to avoid issues:
* Make sure you don't have pending updates
* Back up your server and data before upgrading
* Make sure that there are no errors in the /var/log/zentyal/zentyal.log file
* Make sure that there is space available on the disk
* Make sure that the server is updated
* Make sure that there are no broken packages
* Make sure that there are no errors in the internal Samba database or in the MySQL databases
* Make sure that you have Internet connectivity
* Click on the Upgrade button on the Dashboard
* Make sure that the packages have been updated
The official documentation for Zentyal Server 7.0 will include more detailed instructions (it will be published shortly).
Looking forward to receiving your feedback and comments.
The upgrade path from Zentyal Server Development 6.2 to 7.0 has been published now. When you upgrade the 'zentyal-core' package to its latest version, "Upgrade button" will appear on the Dashboard.
We would recommend you to follow this checklist to avoid issues:
* Make sure you don't have pending updates
* Back up your server and data before upgrading
* Make sure that there are no errors in the /var/log/zentyal/zentyal.log file
* Make sure that there is space available on the disk
* Make sure that the server is updated
* Make sure that there are no broken packages
* Make sure that there are no errors in the internal Samba database or in the MySQL databases
* Make sure that you have Internet connectivity
* Click on the Upgrade button on the Dashboard
* Make sure that the packages have been updated
The official documentation for Zentyal Server 7.0 will include more detailed instructions (it will be published shortly).
Looking forward to receiving your feedback and comments.
7
Installation and Upgrades / Re: Zentyal 7 release date?
« on: January 26, 2021, 07:25:02 pm »
Hello,
Thanks for the feedback and comments. Zentyal 7.0 is now released, you can find all the information here: https://forum.zentyal.org/index.php/topic,35132.0.html
If you hit any issues, please report them through GitHub https://github.com/zentyal/zentyal/issues
Cheers!
Thanks for the feedback and comments. Zentyal 7.0 is now released, you can find all the information here: https://forum.zentyal.org/index.php/topic,35132.0.html
If you hit any issues, please report them through GitHub https://github.com/zentyal/zentyal/issues
Cheers!
8
News and Announcements / Zentyal 7.0 available!
« on: January 26, 2021, 01:58:16 pm »
Hi all,
The Zentyal Development Team is glad to announce that Zentyal 7.0 is available for download now!
This is a new major release of the Zentyal Linux Server. It is based on Ubuntu Server 20.04 LTS and comes with the latest versions of all the integrated software, featuring Samba 4.11 and SoGO 5.0.1.
This new version is available for download at:
https://download02.public.zentyal.com/zentyal-7.0-development-amd64.iso
https://download02.public.zentyal.com/zentyal-7.0-development-amd64.iso.md5
You can find out all the details in the official announcement and changelog:
https://zentyal.com/news/zentyal-7-0-announcement/
https://zentyal.com/news/zentyal-7-0-changelog/
If you hit any issues, please do report via GitHub: https://github.com/zentyal/zentyal/issues
Looking forward to receiving your feedback and comments!
---
Edit 12/06/2021: Updated download links
The Zentyal Development Team is glad to announce that Zentyal 7.0 is available for download now!
This is a new major release of the Zentyal Linux Server. It is based on Ubuntu Server 20.04 LTS and comes with the latest versions of all the integrated software, featuring Samba 4.11 and SoGO 5.0.1.
This new version is available for download at:
https://download02.public.zentyal.com/zentyal-7.0-development-amd64.iso
https://download02.public.zentyal.com/zentyal-7.0-development-amd64.iso.md5
You can find out all the details in the official announcement and changelog:
https://zentyal.com/news/zentyal-7-0-announcement/
https://zentyal.com/news/zentyal-7-0-changelog/
If you hit any issues, please do report via GitHub: https://github.com/zentyal/zentyal/issues
Looking forward to receiving your feedback and comments!
---
Edit 12/06/2021: Updated download links
9
Installation and Upgrades / Re: Zentyal 7 release date?
« on: January 12, 2021, 02:02:57 pm »
Hi! Beta version is experimental and might still go through some important changes so it would definitively be recommended to make a fresh install with the final version of 7.0. Cheers.
10
Installation and Upgrades / Re: Zentyal 7 release date?
« on: December 30, 2020, 02:32:43 pm »
Hi all,
The Zentyal Server 7.0 Beta version is now ready for testing. You can download it here:
http://download.zentyal.com/.beta/zentyal-7.0-development-amd64.iso
We are still polishing the Proxy and CA modules (we are aware that there are some minor issues). We are specially interested on receiving your feedback on the Samba module.
You can report any issues & bugs in this thread. All the feedback is much appreciated.
The Zentyal Server 7.0 Beta version is now ready for testing. You can download it here:
http://download.zentyal.com/.beta/zentyal-7.0-development-amd64.iso
We are still polishing the Proxy and CA modules (we are aware that there are some minor issues). We are specially interested on receiving your feedback on the Samba module.
You can report any issues & bugs in this thread. All the feedback is much appreciated.
11
Installation and Upgrades / Re: Zentyal 6.2 issue after upgrade to Ubuntu 20.04 LTS
« on: December 20, 2020, 09:43:45 pm »
Hi all,
Thanks for your interest! The beta version should be available for testing next week. Will post an update here when you can download it.
Thanks for your interest! The beta version should be available for testing next week. Will post an update here when you can download it.
12
Installation and Upgrades / Re: Zentyal 7 release date?
« on: November 04, 2020, 05:00:52 pm »
Hi David,
Sure, thanks for the offer! I´ll let you know when the first ISO is available for testing.
Cheers,
Sure, thanks for the offer! I´ll let you know when the first ISO is available for testing.
Cheers,
13
Installation and Upgrades / Re: Zentyal 7 release date?
« on: October 30, 2020, 02:20:25 pm »
Hi David,
We are currently working on the 7.0 version. As this is a major release, there are quite many changes going on on the background that require out attention still. We estimate that the new version should be out in 6-10 weeks.
Cheers,
We are currently working on the 7.0 version. As this is a major release, there are quite many changes going on on the background that require out attention still. We estimate that the new version should be out in 6-10 weeks.
Cheers,
14
News and Announcements / Updated Zentyal Development Edition (v. 6.2) with new APT (GPG) key
« on: October 26, 2020, 11:09:13 am »
Hello,
A new ISO of the Zentyal Development Edition (v. 6.2) with a new APT (GPG) key is now available here:
http://download.zentyal.com/zentyal-6.2-development-amd64.iso
(You can find the MD5 checksum here: http://download.zentyal.com/zentyal-6.2-development-amd64.iso.md5)
If you need to update the public key in an existing deployment, simply follow these steps:
## You will the following warning: NO_PUBKEY 07BE4CBFFDE85677
sudo apt-get update
## Installing a required package
sudo apt-get install gnupg2
## Downloading the new public key
sudo wget -O - http://keys.zentyal.org/zentyal-6.2-packages-org.asc | sudo apt-key add -
sudo apt-get update
A new ISO of the Zentyal Development Edition (v. 6.2) with a new APT (GPG) key is now available here:
http://download.zentyal.com/zentyal-6.2-development-amd64.iso
(You can find the MD5 checksum here: http://download.zentyal.com/zentyal-6.2-development-amd64.iso.md5)
If you need to update the public key in an existing deployment, simply follow these steps:
## You will the following warning: NO_PUBKEY 07BE4CBFFDE85677
sudo apt-get update
## Installing a required package
sudo apt-get install gnupg2
## Downloading the new public key
sudo wget -O - http://keys.zentyal.org/zentyal-6.2-packages-org.asc | sudo apt-key add -
sudo apt-get update
15
Installation and Upgrades / Re: unmet dependencies after Zentyal 6.2 installation (zentyal-antivirus)
« on: May 28, 2020, 03:35:02 pm »
Hi everyone,
We are already working on this, probably today or tomorrow we'll publish a fix.
Many thanks!
We are already working on this, probably today or tomorrow we'll publish a fix.
Many thanks!
Pages: [1] 2