Actions
Bug #15271
closedBackup procedure documentation is incorrect
Pull Request:
Severity:
Minor - inconvenience | misleading | easy workaround
UX impact:
User visibility:
Operational - other Techniques | Rudder settings | Plugins
Effort required:
Very Small
Priority:
58
Name check:
Reviewed
Fix check:
Checked
Regression:
Description
In the backup procedure in the documentation (https://docs.rudder.io/reference/5.0/administration/procedures.html) there is one line that is wrong:
tar -C /opt/rudder /tmp/rudder-etc-backup-$(date +%Y%m%d).tar.gz etc/
I believe it should read
tar -C /opt/rudder -zcf /tmp/rudder-etc-backup-$(date +%Y%m%d).tar.gz etc/
Updated by François ARMAND over 5 years ago
- Related to Bug #15131: Backup documentation can fail on missing folders added
Updated by François ARMAND over 5 years ago
- Translation missing: en.field_tag_list set to community
- User visibility set to Operational - other Techniques | Rudder settings | Plugins
- Effort required set to Very Small
- Priority changed from 0 to 61
Thanks for reporting !
Updated by François ARMAND over 5 years ago
- Subject changed from Documentation issue to Backup procedure documentation is incorrect
Updated by Alexis Mousset about 5 years ago
- Target version set to 5.0.15
- Priority changed from 61 to 59
Updated by Alexis Mousset about 5 years ago
- Status changed from New to In progress
- Assignee set to Alexis Mousset
Updated by Alexis Mousset about 5 years ago
- Related to Bug #13746: backup procedure doesn't mention /opt/rudder/etc added
Updated by Alexis Mousset about 5 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Alexis Mousset to Benoît PECCATTE
- Pull Request set to https://github.com/Normation/rudder-doc/pull/638
Updated by Alexis Mousset about 5 years ago
- Related to Bug #15272: Backup restore error added
Updated by Alexis Mousset about 5 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder-doc|bde55749bad5656846ed29c41e6b396cb55e9b7f.
Updated by Alexis Mousset about 5 years ago
- Name check changed from To do to Reviewed
Updated by Alexis Mousset about 5 years ago
- Fix check changed from To do to Checked
Updated by Vincent MEMBRÉ almost 5 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 5.0.15 which was released today.
Actions