NeDi Community

NeDi Software Specific => Database => Topic started by: ghermant on October 11, 2019, 10:20:38 am

Title: Empty snapshots in NeDi 1.7
Post by: ghermant on October 11, 2019, 10:20:38 am
Hello,
Whenever I try to perform a snapshot on my NeDi server using the System/Snapshot menu it ends up with an empty db:

(see screenshot)

Do you know what is going wrong here?

Thanks & Brgds,
Gaƫl
Title: Re: Empty snapshots in NeDi 1.7
Post by: rickli on December 16, 2019, 11:15:41 am
Either an issue with mysqladmin access or a (too) large network :-)

Can you try from CLI?

mysqladmin create nedi_snapshot -h dbhost adminuser password 2>&1 && mysqldump -h dbhost adminuser password nedi| mysql -h dbhost adminuser password nedi_snapshot