Re: unable to take the Database dump

2017-02-03 Thread Sergey Levitskiy
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.

Re: unable to take the Database dump

2017-02-03 Thread kotipalli venkatesh
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

Re: unable to take the Database dump

2017-02-03 Thread Sergey Levitskiy
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

unable to take the Database dump

2017-02-03 Thread kotipalli venkatesh
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

Re: CCC Miami Sponsor: ShapeBlue

2017-02-03 Thread Vogel, 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 >: Hi Sven There is a German

Re: CCC Miami Sponsor: ShapeBlue

2017-02-03 Thread Dag Sonstebo
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?

Re: CCC Miami Sponsor: ShapeBlue

2017-02-03 Thread Rafael Weingärtner
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 > >

AW: CCC Miami Sponsor: ShapeBlue

2017-02-03 Thread Vogel, Sven
Hi, is there a planned date for europe? Greetings Sven -Ursprüngliche Nachricht- Von: Will Stevens [mailto:williamstev...@gmail.com] Gesendet: Donnerstag, 2. Februar 2017 18:01 An: market...@cloudstack.apache.org Cc: users@cloudstack.apache.org; d...@cloudstack.apache.org; Rajesh

deattached storage volumes

2017-02-03 Thread Natalia Costas Lago
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