imp: remove useless .zip file attribute

This commit is contained in:
Stéphan Sainléger
2024-12-16 12:21:57 +01:00
parent 531c8db5be
commit 564c0d75bc
2 changed files with 4 additions and 6 deletions

View File

@@ -23,10 +23,10 @@
- [ ] launch the following command:
``` bash
./upgrade.sh {ORIGIN_VERSION} {DESTINATION_VERSION} {PATH_TO_DATABASE_ZIP} {ORIGIN_SERVICE} {MODEL_FINAL_DATABASE_NAME}
./upgrade.sh {ORIGIN_VERSION} {DESTINATION_VERSION} {ORIGIN_DATABASE_NAME} {ORIGIN_SERVICE} {MODEL_FINAL_DATABASE_NAME}
```
ex: ./upgrade.sh 14 16 ../14.0/elabore_20241208-2.zip odoo14 ou16
ex: ./upgrade.sh 14 16 elabore_20241208 odoo14 ou16
### Deploy migrated base