cannot "Revert Database"
-
Reverting the database seems to not yield the desired outcome, I have tried following procedure:
1. make changes and commit (with Backup database). in the dashboard I see two commits in Dashboard events:
Committed #2f26d70 to the local repository. 2 mins ago Successfully backed up the database. 2 mins ago
2. make more changes, which include changes in the database and to the filesystem. I will want to revert these in the next step.
3. in “Commits” I choose to “View” the last commit -> “Revert to this Commit” -> “Revert files and database” -> Revert. As the result there are 4 new events:
Successfully imported the database. 1 min ago Successfully backed up the database. 1 min ago Successfully reverted the database to a previous commit. Undo 1 min ago Reverted to commit #2f26d70. 1 min ago
However, only the filesystem changes made in step 2 have been reverted – the database changes remain as they were despite the events are suggesting that the db has been reverted
Is there anything wrong with my procedure? If not, what other info should I provide for better debugging?
- The topic ‘cannot "Revert Database"’ is closed to new replies.