Feature #15467
Cannot update backups of LimeSurvey
0%
Description
In my note and in the Puppet configuration I see:
/usr/sbin/backupninja --now --debug --run /etc/backup.d/10.mysql
But when executing this, either as sajolida
or as www-data
I get the following error message:
/usr/sbin/backupninja --now --debug --run /etc/backup.d/10.mysql
Subtasks
Related issues
Blocks Tails - |
Resolved | 2018-03-09 |
History
#1 Updated by intrigeri 2018-03-30 08:42:51
- Assignee changed from intrigeri to sajolida
> In my note and in the Puppet configuration I see:
>
> /usr/sbin/backupninja --now --debug --run /etc/backup.d/10.mysql
>
You need to run this as root with sudo. For the record the list of commands you can run as root with sudo is there:
https://git-tails.immerda.ch/puppet-tails/tree/files/limesurvey/sudo/limesurvey-admin
Also, just in case there’s a misunderstanding: you’re allowed to run this command by hand so that you can force a backup of the database at a specific time of your choosing, e.g. before upgrading the software. But backupninja runs daily anyway so you don’t have to run this command yourself to get backups :)
#2 Updated by sajolida 2018-04-17 07:29:30
- Status changed from New to Resolved
- Assignee deleted (
sajolida) - Target version set to Tails_3.7
I saw the list of commands but missed running them as root.
Add now to the doc with 7db2ffb4d1.
#3 Updated by sajolida 2018-04-17 07:29:40
- Type of work changed from Sysadmin to Contributors documentation
#4 Updated by sajolida 2018-04-17 07:31:08
- blocks
Feature #15392: Core work 2018Q2 → 2018Q3: User experience added