Last active
June 25, 2020 19:08
-
-
Save rvalyi/94a5e7dba373e05a4fe185bd835f0536 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dropdb homologação2 | |
createdb homologação2 -T homologação | |
dropdb homologação | |
createdb homologação -T db | |
rm -rf /data/odoo/filestore/homologação2 | |
mv /data/odoo/filestore/homologação /data/odoo/filestore/homologação2 | |
cp -r /data/odoo/filestore/db /data/odoo/filestore/homologação | |
odoo -d homologação -i web_environment_ribbon |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment