Creating Task to Restore an Old State of Database#8708
Open
vitorsv1 wants to merge 1 commit into
Open
Conversation
humitos
requested changes
Nov 24, 2021
humitos
left a comment
Member
There was a problem hiding this comment.
Hi! Thanks for opening the PR 😄
It seems that you only added a paragraph in the documentation but I'm not seeing the code for that task, restoredb. Will you open another PR in the common repository?
Author
Hi @humitos ! I just made the PR in the common repository, it seems I forgot to do it before 😆 |
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Member
|
This is blocked on readthedocs/common#98 |
2 tasks
humitos
pushed a commit
that referenced
this pull request
Dec 1, 2025
Closes #7761 ## Summary - Documents the `--backupdb` argument for `inv docker.manage` - Describes the backup filename pattern: `dump_<DD-MM-YYYY>_<HH_MM_SS>__<git-hash>.sql` - Adds restore instructions with step-by-step commands Note: #8708 proposes a `restoredb` invoke task to automate restoration. The manual workflow documented here can coexist with that automation if it lands. ## Test plan - [x] Built docs locally with `make PROJECT=dev html` - renders correctly - [x] Tested `inv docker.manage --backupdb showmigrations` - backup file created with documented pattern Generated with [Claude Code](https://claude.com/claude-code) Steered and reviewed by @nikblanchet (mostly human) --------- Co-authored-by: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix Issue #7761