1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-11-28 09:24:24 +01:00

Improved documentation about upgrade process

This commit is contained in:
Sylvain 2020-09-29 10:46:33 +02:00
parent 13bc5334cc
commit eae9332083
3 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,7 @@
# Changelog Fab-manager
- Ability to configure until when the events are shown on the home page
- Improved documentation about upgrade process
- Fix a bug: managers cannot see passed events
- [TODO DEPLOY] `rails db:seed`

View File

@ -157,7 +157,9 @@ Then, you'll need to perform the upgrade with the following command:
*This procedure updates Fab-manager to the most recent version by default.*
> ⚠ If you are upgrading from a very outdated version, you must first upgrade to v2.8.3, then to v3.1.2 and finally to the last version
> ⚠ If you are upgrading from a very outdated version, you must first upgrade to v2.8.3, then to v3.1.2, then to 4.0.4 and finally to the last version
> ⚠ With versions < 4.3.3, you must replace `bundle exec rails` with `bundle exec rake` in all the commands above
<a name="steps"></a>
### Steps

View File

@ -3,7 +3,7 @@
Steps to follow:
- Dump database of v1
- Make a gzipped tarball of public/uploads
- Install Fab-manager v4.3.4+
- Install Fab-manager v4.3.4 or above
- Restore the DB dump in the new postgres instance
- Open a psql shell, then:
```sql