[MERGE] Forward-port of branch 12.0 up to af7d307b76
This commit is contained in:
commit
1275d4c523
@ -246,9 +246,17 @@ This server only keeps one month of backups: 7 daily and 4 weekly backups.
|
|||||||
Dedicated backup servers keep the same backups, as well as 3 additional monthly backups.
|
Dedicated backup servers keep the same backups, as well as 3 additional monthly backups.
|
||||||
To restore or download one of these monthly backups, please `contact us <https://www.odoo.com/help>`_.
|
To restore or download one of these monthly backups, please `contact us <https://www.odoo.com/help>`_.
|
||||||
|
|
||||||
You can make a backup manually before making big changes in your production database in case something goes wrong
|
If you merge a commit updating the version of one or several modules (in :file:`__manifest__.py`), or their linked python
|
||||||
(those manual backups are available for about one week).
|
dependencies (in :file:`requirements.txt`), then Odoo.sh performs a backup automatically (flagged with type Update in the list),
|
||||||
To avoid abuse, we limit manual backups to 5 per day.
|
as either the container will be changed by the installation of new pip packages, either the database itself will be
|
||||||
|
changed with the module update triggered afterwards. In these two cases, we are doing a backup as it may potentially
|
||||||
|
break things.
|
||||||
|
|
||||||
|
If you merge a commit that only changes some code without the above-mentioned modifications, then no backup is done
|
||||||
|
by Odoo.sh, as neither the container nor the database is modified so the platform considers this safe enough. Of course,
|
||||||
|
as an extra precaution, you can make a backup manually before making big changes in your production sources in case
|
||||||
|
something goes wrong (those manual backups are available for about one week). To avoid abuse, we limit manual backups
|
||||||
|
to 5 per day.
|
||||||
|
|
||||||
The *import database* feature accepts database archives in the format provided by:
|
The *import database* feature accepts database archives in the format provided by:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user