Show Posts

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.


Messages - turalyon

Pages: 1 ... 12 13 [14]
196
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.

197
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:

Code: [Select]
samba-tool domain passwordsettings show

198
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

199
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.

200
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'.

201
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.

Pages: 1 ... 12 13 [14]