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.
196
Installation and Upgrades / Re: Zentyal 7.0 - install mariadb instead MSQL 8.0
« on: May 21, 2021, 05:36:14 pm »
Hi,
The package 'mysql-server' is a dependency of 'zentyal-core', so, those packages must be installed and configured, otherwise, your Zentyal server will be unstable.
Also, I don't think it is a good idea to install Mariadb in the same machine, did you consider Docker?
The package 'mysql-server' is a dependency of 'zentyal-core', so, those packages must be installed and configured, otherwise, your Zentyal server will be unstable.
Also, I don't think it is a good idea to install Mariadb in the same machine, did you consider Docker?
197
Email and Groupware / Re: archivemail in Zentyal 7 / Ubuntu 20
« on: April 16, 2021, 04:05:15 pm »
Did you test it?
198
Email and Groupware / Re: archivemail in Zentyal 7 / Ubuntu 20
« on: April 09, 2021, 02:41:49 pm »
Hi,
Dovecot has a command called 'doveadm' that helps to maintain and debug issues. For this particular case, I think that you could use the command 'doveadm expunge' to clean up the emails.
Dovecot has a command called 'doveadm' that helps to maintain and debug issues. For this particular case, I think that you could use the command 'doveadm expunge' to clean up the emails.
199
Directory and Authentication / Re: Users account locked
« on: March 31, 2021, 06:18:35 pm »
Hi,
Perhaps it is caused by the default settings of Samba. You can check it out with the following command:
Perhaps it is caused by the default settings of Samba. You can check it out with the following command:
Code: [Select]
samba-tool domain passwordsettings show
200
Portuguese / Re: Backup Bare-metal Zentyal
« on: March 31, 2021, 06:13:24 pm »
Você pode usar:
* tar
* rsync
* mysqldump
Ou também 'duplicity':
* http://duplicity.nongnu.org/vers8/duplicity.1.html
* tar
* rsync
* mysqldump
Ou também 'duplicity':
* http://duplicity.nongnu.org/vers8/duplicity.1.html
201
Installation and Upgrades / Re: How to copy or move virtual machine to other zentyal
« on: March 31, 2021, 06:08:31 pm »
Hi,
I think that the steps to achieve your goal are:
1. Copy the VMs disks from your old Zentyal server to the new one.
2. Create the virtual machines with the same configuration but don't configure anything in the tab 'Device Settings' yet.
3. Once the directory of each VM have been created, move the hard drives to the correct directory.
4. Edit the VMs and configure the hard drive of that VM in the 'Device Settings' tab.
5. Finally, save changes and start the VM.
I don't know what is your current environment and also I didn't test this solution but I think it should work.
I think that the steps to achieve your goal are:
1. Copy the VMs disks from your old Zentyal server to the new one.
2. Create the virtual machines with the same configuration but don't configure anything in the tab 'Device Settings' yet.
3. Once the directory of each VM have been created, move the hard drives to the correct directory.
4. Edit the VMs and configure the hard drive of that VM in the 'Device Settings' tab.
5. Finally, save changes and start the VM.
I don't know what is your current environment and also I didn't test this solution but I think it should work.
202
Installation and Upgrades / Re: How to copy or move virtual machine to other zentyal
« on: March 29, 2021, 12:59:45 pm »
You can try to move the hard disk of the virtual machine to the new Zentyal server. The information of a virtual machine is located in the directory '/var/lib/zentyal/machines'.
203
News and Announcements / Re: Upgrade from Zentyal 6.2 to 7.0 is now available
« on: March 15, 2021, 12:13:09 pm »My zentyal-core is updated to 6.2.7 but not show the Upgrade button on the Dashboard
I got the same behavior and after checking the code, I saw that Zentyal requires Internet access to check if there is an upgrade available. Below you have the file which contains the methods: '_upgradeMessage' and '_getNewVersionFromCloud' that make the checks.
* https://github.com/zentyal/zentyal/blob/support/6.2/main/core/src/EBox/Dashboard/CGI/Index.pm
NOTE: Every time you refresh the Dashboard page in the web browser, it runs those methods.
Hope it helps.