[IMP] odoo.sh: upgrade dump clarification

People keep making the same mistakes over & over
This commit is contained in:
Damien Bouvy 2019-01-21 13:30:35 +01:00 committed by GitHub
parent a78d69e896
commit 80b3367fc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,9 @@ exact copy and without filestore options. Upload the .sql.gz dump on https://upg
select the Testing Purpose. If you have custom code, you can choose to have it upgraded by us, or do it yourself. Once select the Testing Purpose. If you have custom code, you can choose to have it upgraded by us, or do it yourself. Once
it's processed, you'll get a dump of the database in return. it's processed, you'll get a dump of the database in return.
.. Warning::
Do *not* upload *backups* of your production database (found in the Backups tab of the production branch) as these are incompatible with the Upgrade platform - they contain your complete sources, etc. that are not needed for the upgrade. Make sure to download a **Dump** instead - either through the Backups tab using the *Download Dump* button or through the Builds page by using the *Download Dump* entry of the contextual menu of your latest production build.
2. Test your upgraded database 2. Test your upgraded database
------------------------------ ------------------------------