Commit bfe1e8b887dba5b19f128ec593552b59ddb3bb7b
1 parent
bc270c6b
Exists in
master
and in
1 other branch
Add information about the Mongoid database file need to be udpate
[ci-skip]
Showing
1 changed file
with
10 additions
and
4 deletions
Show diff stats
README.md
... | ... | @@ -328,8 +328,8 @@ user.admin = true |
328 | 328 | user.save! |
329 | 329 | ``` |
330 | 330 | |
331 | -Upgrading | |
332 | ---------- | |
331 | +## Upgrading | |
332 | + | |
333 | 333 | When upgrading Errbit, please run: |
334 | 334 | |
335 | 335 | ```bash |
... | ... | @@ -342,8 +342,14 @@ rake assets:precompile |
342 | 342 | If we change the way that data is stored, this will run any migrations to bring your database up to date. |
343 | 343 | |
344 | 344 | |
345 | -User information in error reports | |
346 | ---------------------------------- | |
345 | +### Upgrade from errbit 0.2 to 0.3 | |
346 | + | |
347 | +The file of MongoDB connection config/database.yml change between 0.2 to | |
348 | +0.3. So Check the new config/database.yml.example file and update it in | |
349 | +good way. | |
350 | + | |
351 | + | |
352 | +## User information in error reports | |
347 | 353 | |
348 | 354 | Errbit can now display information about the user who experienced an error. |
349 | 355 | This gives you the ability to ask the user for more information, | ... | ... |