Skip to content

Instantly share code, notes, and snippets.

@obabawale
Last active August 18, 2021 10:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save obabawale/e1b5c7d80d22a3a307167fab8b0cc103 to your computer and use it in GitHub Desktop.
Save obabawale/e1b5c7d80d22a3a307167fab8b0cc103 to your computer and use it in GitHub Desktop.
# 1. Modify your odoo.conf
unaccent = True
# *2. Execute on console*
sudo -u postgres psql -c "CREATE EXTENSION unaccent;"
sudo -u postgres psql -c "ALTER ROLE odoo SUPERUSER;"
Credit: https://www.odoo.com/id_ID/forum/help-1/user/538153?forum_origin=/forum/help-1/v14-error-when-trying-to-restore-a-database-backup-from-odoo-sh-locally-183862
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment