Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The "clean-db" target ensures that your development environment starts in a consistent state. However, any modifications you have made to the database during previous runs will be lost.

To run the development server without cleaning the database you need to set initDB=false. See the next section for more details.

...