Topic: BACKUP AND RESTORE DATABASE

Hi there,

I have noticed some changes to the Backup and Restore Database page:

1.  I noticed under the file list, there are 2 radio buttons for:

a.    Update security settings
b.    Protect security settings

I search thru' the forums but did not see anyone asked for this.

Would someone advise what are these for?

Thanks!

/Mark

2 (edited by kvvaradha 05/22/2020 04:10:11 pm)

Re: BACKUP AND RESTORE DATABASE

There is a bug in it. These radio buttons has name protect . But in db_import  function it was called check_value('protected');

So it should be changed to work properly.

@mark0300 while importing database it connects to replace the entire database
If you want to retain your current login and security roles these two options will help you to get it.

@joe  update the backups.php file to fix this issue.

Subscription service based on FA
HRM CRM POS batch Themes

Re: BACKUP AND RESTORE DATABASE

Hello,

This issue has now been fixed. Thanks @kvvaradha for reporting this. Committed to stable Repo.

The fixed file can be downloaded here.

Joe

Re: BACKUP AND RESTORE DATABASE

Thanks guys