HI,
I have seen that when a VM that has attached an additional disk is
expunged the volume that has attached remains in the storage.
Most of the times I end up with many volumes that we are unsure if they
should be deleted or not. The information about the VM that has been
connected to the
Hi,
is there a planned date for europe?
Greetings
Sven
-Ursprüngliche Nachricht-
Von: Will Stevens [mailto:[email protected]]
Gesendet: Donnerstag, 2. Februar 2017 18:01
An: [email protected]
Cc: [email protected]; [email protected]; Rajesh
Venk
If I am not mistaken the date and place for the next ApacheCon is always
announced at the end of the current Apachecon.
On Fri, Feb 3, 2017 at 10:23 AM, Vogel, Sven wrote:
> Hi,
>
> is there a planned date for europe?
>
> Greetings
>
> Sven
>
> -Ursprüngliche Nachricht-
> Von: Will Steve
Hi Sven
There is a German CloudStack user group planned for the 2nd of March in Dresden
if this is of interest?
Regards,
Dag Sonstebo
Cloud Architect
ShapeBlue
On 03/02/2017, 15:23, "Vogel, Sven" wrote:
Hi,
is there a planned date for europe?
Greetings
Sven
Hi Dag,
Yes I we are very interested me and my college. Do you have a contact or how we
can participate?
Greetings
Sven Vogel
Senior Systemingenieur
Am 03.02.2017 um 18:32 schrieb Dag Sonstebo
mailto:[email protected]>>:
Hi Sven
There is a German CloudStack user group planned for t
Hi All,
Cloudstack Version : 4.3.1
XenServer :6.2
ExportDatabase :
[root@cs4 ~]# mysqldump -u root -p --all-databases --master-data >dbdump.sql
Enter password:
-- Warning: Skipping the data of table mysql.event. Specify the --events
option explicitly.
Import Database error:
mysql -u root -p
Easiest way to first create cloud user at the destination server and then
import the backup
GRANT ALL ON cloud.* to cloud@`localhost` identified by 'complex_password ';
GRANT ALL ON cloud.* to cloud@`%` identified by 'complex_password';
GRANT ALL ON cloud_usage.* to cloud@`localhost`;
GRANT ALL O
Hi Sergey,
Thanks for the quick response.
Destination side clear now.
Coming to Source side what is the command to take the backup of all
database and tables. please paste the command here.
And also before taking dump need to take any precautions.
Regards,
Venkatesh.k
On Sat, Feb 4, 2017 a
You pretty much OK with the mysqldump options you use. ACS doesn't use MySQL
events or triggers so you should be good with all-databases flag.