Welcome, Guest. Please login or register.

Author Topic: Empty snapshots in NeDi 1.7  (Read 2012 times)

ghermant

  • Newbie
  • *
  • Posts: 20
    • View Profile
Empty snapshots in NeDi 1.7
« 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

rickli

  • Administrator
  • Hero Member
  • *****
  • Posts: 2893
    • View Profile
    • NeDi
Re: Empty snapshots in NeDi 1.7
« Reply #1 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
Please consider Other-Invoices on your NeDi installation for an annual contribution, tx!
-Remo