We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 042d27d commit ef1ddebCopy full SHA for ef1ddeb
README.md
@@ -92,8 +92,8 @@ DSLR takes snapshots by cloning databases using Postgres' [Template
92
Databases](https://www.postgresql.org/docs/current/manage-ag-templatedbs.html)
93
functionality. This is the main source of DSLR's speed.
94
95
-This means that taking a snapshot is just creating a new database, using the
96
-main database as the template. Restoring a snapshot is just deleting the main
+This means that taking a snapshot is just creating a new database using the main
+database as the template. Restoring a snapshot is just deleting the main
97
database and creating a new database using the snapshot database as the
98
template. So on and so forth.
99
0 commit comments