ignorethegap / modular-apps

Modular Apps Approach
0 stars 0 forks source link

vagrant up didn't restore database #22

Closed thepian closed 8 years ago

thepian commented 8 years ago

I tried to do vagrant up for a fresh VM. The restore didn't happen. Tried to copy the log output but I didn't manage. Have you checked that it works from a fresh vm?

thepian commented 8 years ago

Skinny:modular-apps henrikvendelbo$ vagrant provision ==> default: Running provisioner: ansible... default: Running ansible-playbook... PYTHONUNBUFFERED=1 ANSIBLE_FORCE_COLOR=true ANSIBLE_HOST_KEY_CHECKING=false ANSIBLE_SSH_ARGS='-o UserKnownHostsFile=/dev/null -o IdentitiesOnly=yes -o ControlMaster=auto -o ControlPersist=60s' ansible-playbook --connection=ssh --timeout=30 --limit='all' --inventory-file=/Users/Shared/Projects/modular-apps/.vagrant/provisioners/ansible/inventory --extra-vars={"ansible_ssh_user":"vagrant","ansible_ssh_private_key_file":".vagrant/machines/default/virtualbox/private_key"} -v VM/playbook.yml

PLAY [Odoo] ***

GATHERING FACTS *** ok: [default]

TASK: [locales | install] ***** ok: [default] => {"changed": false}

TASK: [locales | install (specified) language packs] ****** ok: [default] => (item=language-pack-en,language-pack-en-base) => {"changed": false, "item": "language-pack-en,language-pack-en-base"}

TASK: [locales | remove (specified) language packs] *** skipping: [default]

TASK: [locales | detect locale gen file] ****** ok: [default] => {"changed": false, "stat": {"atime": 1457552993.002376, "checksum": "6f465d7781d0f410a92976e970db8efc47ff7a43", "ctime": 1456347558.93043, "dev": 2049, "exists": true, "gid": 0, "gr_name": "root", "inode": 57990, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "md5": "dbf744b4259747572fcd903400f2a1e3", "mode": "0644", "mtime": 1456347146.91043, "nlink": 1, "path": "/var/lib/locales/supported.d/local", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 18, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}}

TASK: [locales | create locale gen file] ****** skipping: [default]

TASK: [locales | make sure (specified) locales are present] *** ok: [default] => (item=en_US.UTF-8) => {"changed": false, "item": "en_US.UTF-8", "msg": "OK", "name": "en_US.UTF-8"}

TASK: [locales | make sure (specified) locales are absent] **** skipping: [default]

TASK: [locales | set default locale] ****** ok: [default] => {"changed": false, "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/etc/default/locale", "size": 184, "state": "file", "uid": 0}

TASK: [locales | lineinfile dest=/etc/environment line="LC_ALL=en_US.UTF-8"] *\ ok: [default] => {"backup": "", "changed": false, "msg": ""}

TASK: [locales | lineinfile dest=/etc/environment line="LANG=en_US.UTF-8"] **\ ok: [default] => {"backup": "", "changed": false, "msg": ""}

TASK: [postgresql | include_vars {{ item }}] ****** ok: [default] => (item=/Users/Shared/Projects/modular-apps/VM/roles/postgresql/vars/Debian.yml) => {"ansible_facts": {"postgresql_bin_directory": "/usr/bin", "postgresql_service_name": "postgresql"}, "item": "/Users/Shared/Projects/modular-apps/VM/roles/postgresql/vars/Debian.yml"}

TASK: [postgresql | PostgreSQL | Make sure the CA certificates are available] *\ ok: [default] => {"changed": false}

TASK: [postgresql | PostgreSQL | Add PostgreSQL repository apt-key] *** ok: [default] => {"changed": false}

TASK: [postgresql | PostgreSQL | Add PostgreSQL repository] *** ok: [default] => {"changed": false, "repo": "deb http://apt.postgresql.org/pub/repos/apt/ trusty-pgdg main 9.3", "state": "present"}

TASK: [postgresql | PostgreSQL | Add PostgreSQL repository preferences] *** ok: [default] => {"changed": false, "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/etc/apt/preferences.d/apt_postgresql_org_pub_repos_apt.pref", "size": 272, "state": "file", "uid": 0}

TASK: [postgresql | PostgreSQL | Make sure the dependencies are installed] **\ ok: [default] => (item=python-psycopg2,python-pycurl,locales) => {"changed": false, "item": "python-psycopg2,python-pycurl,locales"}

TASK: [postgresql | PostgreSQL | Install PostgreSQL] ****** ok: [default] => (item=postgresql-9.3,postgresql-client-9.3,postgresql-contrib-9.3) => {"changed": false, "item": "postgresql-9.3,postgresql-client-9.3,postgresql-contrib-9.3"}

TASK: [postgresql | PostgreSQL | PGTune] ****** skipping: [default]

TASK: [postgresql | PostgreSQL | Make sure the CA certificates are available] *\ skipping: [default]

TASK: [postgresql | PostgreSQL | Add PostgreSQL repository] *** skipping: [default]

TASK: [postgresql | PostgreSQL | Make sure the dependencies are installed] **\ skipping: [default]

TASK: [postgresql | PostgreSQL | Install PostgreSQL] ****** skipping: [default]

TASK: [postgresql | PostgreSQL | PGTune] ****** skipping: [default]

TASK: [postgresql | PostgreSQL | Extensions | Make sure the postgres contrib extensions are installed | Debian] *\ skipping: [default]

TASK: [postgresql | PostgreSQL | Extensions | Make sure the postgres contrib extensions are installed | RedHat] *\ skipping: [default]

TASK: [postgresql | PostgreSQL | Extensions | Make sure the development headers are installed] *\ skipping: [default]

TASK: [postgresql | PostgreSQL | Extensions | Make sure the postgis extensions are installed] *\ skipping: [default]

TASK: [postgresql | PostgreSQL | Drop the data directory | RedHat] **** skipping: [default]

TASK: [postgresql | PostgreSQL | Make sure the postgres data directory exists] *\ ok: [default] => {"changed": false, "gid": 116, "group": "postgres", "mode": "0700", "owner": "postgres", "path": "/var/lib/postgresql/9.3/main", "size": 4096, "state": "directory", "uid": 109}

TASK: [postgresql | PostgreSQL | Ensure the locale is generated | Debian] ***\ ok: [default] => {"changed": false, "msg": "OK", "name": "en_US.UTF-8"}

TASK: [postgresql | PostgreSQL | Ensure the locale is generated | RedHat] ***\ skipping: [default]

TASK: [postgresql | PostgreSQL | Reset the cluster - drop the existing one | Debian] *\ skipping: [default]

TASK: [postgresql | PostgreSQL | Reset the cluster - create a new one (with specified encoding and locale) | Debian] *\ skipping: [default]

TASK: [postgresql | PostgreSQL | Check whether the postgres data directory is initialized] *\ skipping: [default]

TASK: [postgresql | PostgreSQL | Initialize the database | RedHat] **** skipping: [default]

TASK: [postgresql | PostgreSQL | Ensure configuration directory exists] *** ok: [default] => {"changed": false, "gid": 116, "group": "postgres", "mode": "0750", "owner": "postgres", "path": "/etc/postgresql/9.3/main", "size": 4096, "state": "directory", "uid": 109}

TASK: [postgresql | PostgreSQL | Update configuration - pt. 1 (pg_hba.conf)] *\ ok: [default] => {"changed": false, "gid": 116, "group": "postgres", "mode": "0640", "owner": "postgres", "path": "/etc/postgresql/9.3/main/pg_hba.conf", "size": 1047, "state": "file", "uid": 109}

TASK: [postgresql | PostgreSQL | Update configuration - pt. 2 (postgresql.conf)] *\ ok: [default] => {"changed": false, "gid": 116, "group": "postgres", "mode": "0640", "owner": "postgres", "path": "/etc/postgresql/9.3/main/postgresql.conf", "size": 20511, "state": "file", "uid": 109}

TASK: [postgresql | PostgreSQL | Update configuration - pt. 3 (pgtune)] *** skipping: [default]

TASK: [postgresql | PostgreSQL | Create folder for additional configuration files] *\ ok: [default] => {"changed": false, "gid": 116, "group": "postgres", "mode": "0755", "owner": "postgres", "path": "/etc/postgresql/9.3/main/conf.d", "size": 4096, "state": "directory", "uid": 109}

TASK: [postgresql | PostgreSQL | Ensure the systemd directory for PostgreSQL exists | RedHat] *\ skipping: [default]

TASK: [postgresql | PostgreSQL | Use the conf directory when starting the Postgres service | RedHat] *\ skipping: [default]

TASK: [postgresql | PostgreSQL | Ensure the pid directory for PostgreSQL exists] *\ ok: [default] => {"changed": false, "gid": 116, "group": "postgres", "mode": "02775", "owner": "postgres", "path": "/var/run/postgresql", "size": 120, "state": "directory", "uid": 109}

TASK: [postgresql | PostgreSQL | Restart PostgreSQL] ****** skipping: [default]

TASK: [postgresql | PostgreSQL | Ensure PostgreSQL is running] **** ok: [default] => {"changed": false, "name": "postgresql", "state": "started"}

TASK: [postgresql | PostgreSQL | Make sure the PostgreSQL users are present] *\ ok: [default] => (item={'encrypted': 'no', 'name': u'odoo', 'pass': u'PaSsWoRd'}) => {"changed": false, "item": {"encrypted": "no", "name": "odoo", "pass": "PaSsWoRd"}, "user": "odoo"}

TASK: [postgresql | PostgreSQL | Ensure PostgreSQL is running] **** ok: [default] => {"changed": false, "name": "postgresql", "state": "started"}

TASK: [postgresql | PostgreSQL | Make sure the PostgreSQL databases are present] *\ ok: [default] => (item={'name': u'False'}) => {"changed": false, "db": "False", "item": {"name": "False"}}

TASK: [postgresql | PostgreSQL | Add extensions to the databases] ***** skipping: [default]

TASK: [postgresql | PostgreSQL | Add hstore to the databases with the requirement] *\ skipping: [default] => (item={'name': u'False'})

TASK: [postgresql | PostgreSQL | Add uuid-ossp to the database with the requirement] *\ skipping: [default] => (item={'name': u'False'})

TASK: [postgresql | PostgreSQL | Add postgis to the databases with the requirement] *\ skipping: [default] => (item={'name': u'False'})

TASK: [postgresql | PostgreSQL | add cube to the database with the requirement] *\ skipping: [default] => (item={'name': u'False'})

TASK: [postgresql | PostgreSQL | Add plpgsql to the database with the requirement] *\ skipping: [default] => (item={'name': u'False'})

TASK: [postgresql | PostgreSQL | add earthdistance to the database with the requirement] *\ skipping: [default] => (item={'name': u'False'})

TASK: [postgresql | PostgreSQL | Add citext to the database with the requirement] *\ skipping: [default] => (item={'name': u'False'})

TASK: [postgresql | PostgreSQL | Update the user privileges] ****** ok: [default] => (item={'db': u'False', 'name': u'odoo', 'priv': 'ALL'}) => {"changed": false, "item": {"db": "False", "name": "odoo", "priv": "ALL"}, "user": "odoo"}

TASK: [postgresql | PostgreSQL | (Monit) Copy the postgresql monit service file] *\ skipping: [default]

TASK: [odoo | Setting variables depending on the Odoo version] **** ok: [default] => (item=/Users/Shared/Projects/modular-apps/VM/roles/odoo/vars/Odoo-9.yml) => {"ansible_facts": {"odoo_debian_packages": ["python-dev", "python-psycopg2", "python-simplejson", "python-lxml", "python-tz", "python-imaging", "python-yaml", "python-reportlab", "python-mako", "python-pychart", "python-werkzeug", "python-dateutil", "python-unittest2", "python-mock", "python-openid", "python-docutils", "python-feedparser", "python-gdata", "python-jinja2", "python-psutil", "python-pydot", "python-webdav", "python-vatnumber", "python-vobject", "python-xlwt", "python-ldap", "python-openssl", "python-egenix-mxdatetime", "python-zsi", "python-requests", "python-pypdf", "python-decorator", "python-passlib", "python-babel", "python-gevent", "npm"], "odoo_npm_packages": [{"name": "less", "version": "2.5.3"}, {"name": "less-plugin-clean-css", "version": "1.5.1"}]}, "item": "/Users/Shared/Projects/modular-apps/VM/roles/odoo/vars/Odoo-9.yml"}

TASK: [odoo | Setting variables depending on the distribution release] **** ok: [default] => (item=/Users/Shared/Projects/modular-apps/VM/roles/odoo/vars/Ubuntu.yml) => {"ansible_facts": {"odoo_wkhtmltox_depends": "{{ odoo_wkhtmltox_depends_common + odoo_wkhtmltox_depends_dist }}", "odoo_wkhtmltox_depends_dist": ["libjpeg-turbo8"]}, "item": "/Users/Shared/Projects/modular-apps/VM/roles/odoo/vars/Ubuntu.yml"}

TASK: [odoo | Install required tools] ***** ok: [default] => (item=sudo,git,mercurial,python-pip) => {"changed": false, "item": "sudo,git,mercurial,python-pip"}

TASK: [odoo | Install Odoo dependencies] ****** ok: [default] => (item=python-dev,python-psycopg2,python-simplejson,python-lxml,python-tz,python-imaging,python-yaml,python-reportlab,python-mako,python-pychart,python-werkzeug,python-dateutil,python-unittest2,python-mock,python-openid,python-docutils,python-feedparser,python-gdata,python-jinja2,python-psutil,python-pydot,python-webdav,python-vatnumber,python-vobject,python-xlwt,python-ldap,python-openssl,python-egenix-mxdatetime,python-zsi,python-requests,python-pypdf,python-decorator,python-passlib,python-babel,python-gevent,npm) => {"changed": false, "item": "python-dev,python-psycopg2,python-simplejson,python-lxml,python-tz,python-imaging,python-yaml,python-reportlab,python-mako,python-pychart,python-werkzeug,python-dateutil,python-unittest2,python-mock,python-openid,python-docutils,python-feedparser,python-gdata,python-jinja2,python-psutil,python-pydot,python-webdav,python-vatnumber,python-vobject,python-xlwt,python-ldap,python-openssl,python-egenix-mxdatetime,python-zsi,python-requests,python-pypdf,python-decorator,python-passlib,python-babel,python-gevent,npm"}

TASK: [odoo | Install Odoo dependencies (PyPi)] *** ok: [default] => (item=psycogreen) => {"changed": false, "cmd": "/usr/bin/pip install psycogreen", "item": "psycogreen", "name": "psycogreen", "requirements": null, "state": "present", "stderr": "", "stdout": "Requirement already satisfied (use --upgrade to upgrade): psycogreen in /usr/local/lib/python2.7/dist-packages\nCleaning up...\n", "version": null, "virtualenv": null}

TASK: [odoo | Check that '/usr/bin/nodejs' exists] **** ok: [default] => {"changed": false, "stat": {"atime": 1457553165.5283508, "checksum": "045de904f7a15fedcc2127085478488250bbee38", "ctime": 1457553150.0005903, "dev": 2049, "exists": true, "gid": 0, "gr_name": "root", "inode": 64895, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "md5": "4d2c97cc2f769a184aa62f1dcca0831a", "mode": "0755", "mtime": 1395908350.0, "nlink": 1, "path": "/usr/bin/nodejs", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 1515412, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": true, "xoth": true, "xusr": true}}

TASK: [odoo | Check that '/usr/local/bin/node' exists] **** ok: [default] => {"changed": false, "stat": {"atime": 1457553165.7724729, "ctime": 1457553165.7724729, "dev": 2049, "exists": true, "gid": 0, "gr_name": "root", "inode": 55468, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/usr/bin/nodejs", "mode": "0777", "mtime": 1457553165.7724729, "nlink": 1, "path": "/usr/local/bin/node", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 15, "uid": 0, "wgrp": true, "woth": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true}}

TASK: [odoo | Add symlink '/usr/local/bin/node'] ****** skipping: [default]

TASK: [odoo | Install Odoo dependencies (npm)] **** ok: [default] => (item={'version': '2.5.3', 'name': 'less'}) => {"changed": false, "item": {"name": "less", "version": "2.5.3"}} ok: [default] => (item={'version': '1.5.1', 'name': 'less-plugin-clean-css'}) => {"changed": false, "item": {"name": "less-plugin-clean-css", "version": "1.5.1"}}

TASK: [odoo | Add Odoo system user] *** ok: [default] => {"append": false, "changed": false, "comment": "", "group": 1002, "home": "/home/odoo", "move_home": false, "name": "odoo", "password": "NOT_LOGGING_PASSWORD", "shell": "/bin/bash", "state": "present", "uid": 1002}

TASK: [odoo | Create log directory] *** ok: [default] => {"changed": false, "gid": 1002, "group": "odoo", "mode": "0755", "owner": "odoo", "path": "/var/log/odoo", "size": 4096, "state": "directory", "uid": 1002}

TASK: [odoo | Odoo directory] ***** ok: [default] => {"changed": false, "gid": 1002, "group": "odoo", "mode": "0775", "owner": "odoo", "path": "/home/odoo/odoo", "size": 4096, "state": "directory", "uid": 1002}

TASK: [odoo | Project repository already cloned?] ***** ok: [default] => {"changed": false, "stat": {"atime": 1457553294.160639, "ctime": 1457553276.7359304, "dev": 2049, "exists": true, "gid": 1002, "gr_name": "odoo", "inode": 393241, "isblk": false, "ischr": false, "isdir": true, "isfifo": false, "isgid": false, "islnk": false, "isreg": false, "issock": false, "isuid": false, "mode": "0755", "mtime": 1457553276.7359304, "nlink": 10, "path": "/home/odoo/odoo/server", "pw_name": "odoo", "rgrp": true, "roth": true, "rusr": true, "size": 4096, "uid": 1002, "wgrp": false, "woth": false, "wusr": true, "xgrp": true, "xoth": true, "xusr": true}}

TASK: [odoo | Clone project repository (Mercurial)] *** skipping: [default]

TASK: [odoo | Clone project repository (Git)] ***** ok: [default] => {"after": "51641d2634e48d07a3279acee405469e5d194e34", "before": "51641d2634e48d07a3279acee405469e5d194e34", "changed": false}

TASK: [odoo | Set SSH public keys for the Odoo user] ****** skipping: [default]

TASK: [odoo | Detect Debian architecture (i386 or amd64)] ***** ok: [default] => {"ansible_facts": {"odoo_debian_arch": "i386"}}

TASK: [odoo | Download wkhtmltox] ***** ok: [default] => (item=http://download.gna.org/wkhtmltopdf/0.12/0.12.1/wkhtmltox-0.12.1_linux-trusty-i386.deb) => {"changed": false, "dest": "/root/wkhtmltox-0.12.1_linux-trusty-i386.deb", "gid": 0, "group": "root", "item": "http://download.gna.org/wkhtmltopdf/0.12/0.12.1/wkhtmltox-0.12.1_linux-trusty-i386.deb", "mode": "0644", "msg": "file already exists", "owner": "root", "size": 14624368, "state": "file", "uid": 0, "url": "http://download.gna.org/wkhtmltopdf/0.12/0.12.1/wkhtmltox-0.12.1_linux-trusty-i386.deb"} ok: [default] => (item=http://nightly.odoo.com/extra/wkhtmltox-0.12.1_linux-trusty-i386.deb) => {"changed": false, "dest": "/root/wkhtmltox-0.12.1_linux-trusty-i386.deb", "gid": 0, "group": "root", "item": "http://nightly.odoo.com/extra/wkhtmltox-0.12.1_linux-trusty-i386.deb", "mode": "0644", "msg": "file already exists", "owner": "root", "size": 14624368, "state": "file", "uid": 0, "url": "http://nightly.odoo.com/extra/wkhtmltox-0.12.1_linux-trusty-i386.deb"}

TASK: [odoo | Check wkhtmltox package] **** ok: [default] => {"changed": false, "stat": {"atime": 1457553284.1836526, "checksum": "6fae64218fef080514eb030c0521d50035966908", "ctime": 1457553284.1796505, "dev": 2049, "exists": true, "gid": 0, "gr_name": "root", "inode": 57981, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "md5": "74de0b8308acc35f45da4fcfcb89f0bf", "mode": "0644", "mtime": 1457553284.1796505, "nlink": 1, "path": "/root/wkhtmltox-0.12.1_linux-trusty-i386.deb", "pw_name": "root", "rgrp": true, "roth": true, "rusr": true, "size": 14624368, "uid": 0, "wgrp": false, "woth": false, "wusr": true, "xgrp": false, "xoth": false, "xusr": false}}

TASK: [odoo | Install wkhtmltox dependencies] ***** ok: [default] => (item=fontconfig,libfontconfig1,libfreetype6,libpng12-0,zlib1g,libssl1.0.0,libx11-6,libxext6,libxrender1,libstdc++6,libc6,libjpeg-turbo8) => {"changed": false, "item": "fontconfig,libfontconfig1,libfreetype6,libpng12-0,zlib1g,libssl1.0.0,libx11-6,libxext6,libxrender1,libstdc++6,libc6,libjpeg-turbo8"}

TASK: [odoo | Install wkhtmltox] ****** ok: [default] => {"changed": false, "stderr": "", "stdout": ""}

TASK: [odoo | Download the ReportLab barcode fonts] *** ok: [default] => {"changed": false, "dest": "/root/pfbfer.zip", "gid": 0, "group": "root", "mode": "0644", "msg": "file already exists", "owner": "root", "size": 677333, "state": "file", "uid": 0, "url": "http://www.reportlab.com/ftp/pfbfer.zip"}

TASK: [odoo | Create the font directory] ****** ok: [default] => {"changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/home/odoo/fonts", "size": 4096, "state": "directory", "uid": 0}

TASK: [odoo | Install unzip] ****** ok: [default] => {"changed": false}

TASK: [odoo | Unzip the ReportLab fonts] ****** ok: [default] => {"changed": false, "msg": "skipped, since /home/odoo/fonts/_abi____.pfb exists"}

TASK: [odoo | Generate Odoo configuration file] *** ok: [default] => {"changed": false, "gid": 1002, "group": "odoo", "mode": "0600", "owner": "odoo", "path": "/home/odoo/odoo.conf", "size": 1263, "state": "file", "uid": 1002}

TASK: [odoo | Remote PostgreSQL - Add the Odoo user] ****** skipping: [default]

TASK: [odoo | Local PostgreSQL - Add the Odoo user] *** ok: [default] => {"changed": false, "user": "odoo"}

TASK: [odoo | Remote PostgreSQL - Set the Odoo user password] ***** skipping: [default]

TASK: [odoo | Local PostgreSQL - Set the Odoo user password] ****** ok: [default] => {"changed": false, "user": "odoo"}

TASK: [odoo | Remote PostgreSQL - Active the 'unaccent' extension on databases] *\ skipping: [default]

TASK: [odoo | Local PostgreSQL - Active the 'unaccent' extension on databases] *\ skipping: [default]

TASK: [odoo | Generate Odoo init script] ****** ok: [default] => {"changed": false, "gid": 0, "group": "root", "mode": "0755", "owner": "root", "path": "/etc/init.d/odoo", "size": 1968, "state": "file", "uid": 0}

TASK: [odoo | Enable Odoo service] **** ok: [default] => {"changed": false, "enabled": true, "name": "odoo", "state": "started"}

TASK: [odoo | Disable Odoo service] *** skipping: [default]

TASK: [backup | template src=backupscript.sh.j2 dest=/home/vagrant/backupscript.sh owner=vagrant group=vagrant mode=0755] *\ ok: [default] => {"changed": false, "gid": 1000, "group": "vagrant", "mode": "0755", "owner": "vagrant", "path": "/home/vagrant/backupscript.sh", "size": 89, "state": "file", "uid": 1000}

TASK: [restore | shell gunzip -c /vagrant/odoo/odoo-db-test-data.sql.gz | psql {{odoo_config_db_name}} -U {{odoo_config_db_user}}] *** changed: [default] => {"changed": true, "cmd": "gunzip -c /vagrant/odoo/odoo-db-test-data.sql.gz | psql False -U odoo", "delta": "0:00:00.620973", "end": "2016-03-09 20:02:28.576191", "rc": 0, "start": "2016-03-09 20:02:27.955218", "stderr": "ERROR: must be owner of extension plpgsql\nERROR: relation \"base_import_import\" already exists\nERROR: relation \"base_import_import_id_seq\" already exists\nERROR: relation \"base_import_tests_models_char\" already exists\nERROR: relation \"base_import_tests_models_char_id_seq\" already exists\nERROR: relation \"base_import_tests_models_char_noreadonly\" already exists\nERROR: relation \"base_import_tests_models_char_noreadonly_id_seq\" already exists\nERROR: relation \"base_import_tests_models_char_readonly\" already exists\nERROR: relation \"base_import_tests_models_char_readonly_id_seq\" already exists\nERROR: relation \"base_import_tests_models_char_required\" already exists\nERROR: relation \"base_import_tests_models_char_required_id_seq\" already exists\nERROR: relation \"base_import_tests_models_char_states\" already exists\nERROR: relation \"base_import_tests_models_char_states_id_seq\" already exists\nERROR: relation \"base_import_tests_models_char_stillreadonly\" already exists\nERROR: relation \"base_import_tests_models_char_stillreadonly_id_seq\" already exists\nERROR: relation \"base_import_tests_models_m2o\" already exists\nERROR: relation \"base_import_tests_models_m2o_id_seq\" already exists\nERROR: relation \"base_import_tests_models_m2o_related\" already exists\nERROR: relation \"base_import_tests_models_m2o_related_id_seq\" already exists\nERROR: relation \"base_import_tests_models_m2o_required\" already exists\nERROR: relation \"base_import_tests_models_m2o_required_id_seq\" already exists\nERROR: relation \"base_import_tests_models_m2o_required_related\" already exists\nERROR: relation \"base_import_tests_models_m2o_required_related_id_seq\" already exists\nERROR: relation \"base_import_tests_models_o2m\" already exists\nERROR: relation \"base_import_tests_models_o2m_child\" already exists\nERROR: relation \"base_import_tests_models_o2m_child_id_seq\" already exists\nERROR: relation \"base_import_tests_models_o2m_id_seq\" already exists\nERROR: relation \"base_import_tests_models_preview\" already exists\nERROR: relation \"base_import_tests_models_preview_id_seq\" already exists\nERROR: relation \"base_language_export\" already exists\nERROR: relation \"base_language_export_id_seq\" already exists\nERROR: relation \"base_language_import\" already exists\nERROR: relation \"base_language_import_id_seq\" already exists\nERROR: relation \"base_language_install\" already exists\nERROR: relation \"base_language_install_id_seq\" already exists\nERROR: relation \"base_module_configuration\" already exists\nERROR: relation \"base_module_configuration_id_seq\" already exists\nERROR: relation \"base_module_update\" already exists\nERROR: relation \"base_module_update_id_seq\" already exists\nERROR: relation \"base_module_upgrade\" already exists\nERROR: relation \"base_module_upgrade_id_seq\" already exists\nERROR: relation \"base_update_translations\" already exists\nERROR: relation \"base_update_translations_id_seq\" already exists\nERROR: relation \"change_password_user\" already exists\nERROR: relation \"change_password_user_id_seq\" already exists\nERROR: relation \"change_password_wizard\" already exists\nERROR: relation \"change_password_wizard_id_seq\" already exists\nERROR: relation \"ir_actions\" already exists\nERROR: relation \"ir_act_client\" already exists\nERROR: relation \"ir_act_report_xml\" already exists\nERROR: relation \"ir_act_server\" already exists\nERROR: relation \"ir_act_url\" already exists\nERROR: relation \"ir_act_window\" already exists\nERROR: relation \"ir_act_window_group_rel\" already exists\nERROR: relation \"ir_act_window_view\" already exists\nERROR: relation \"ir_act_window_view_id_seq\" already exists\nERROR: relation \"ir_actions_id_seq\" already exists\nERROR: relation \"ir_actions_todo\" already exists\nERROR: relation \"ir_actions_todo_id_seq\" already exists\nERROR: relation \"ir_attachment\" already exists\nERROR: relation \"ir_attachment_id_seq\" already exists\nERROR: relation \"ir_autovacuum\" already exists\nERROR: relation \"ir_autovacuum_id_seq\" already exists\nERROR: relation \"ir_config_parameter\" already exists\nERROR: relation \"ir_config_parameter_groups_rel\" already exists\nERROR: relation \"ir_config_parameter_id_seq\" already exists\nERROR: relation \"ir_cron\" already exists\nERROR: relation \"ir_cron_id_seq\" already exists\nERROR: relation \"ir_exports\" already exists\nERROR: relation \"ir_exports_id_seq\" already exists\nERROR: relation \"ir_exports_line\" already exists\nERROR: relation \"ir_exports_line_id_seq\" already exists\nERROR: relation \"ir_filters\" already exists\nERROR: relation \"ir_filters_id_seq\" already exists\nERROR: relation \"ir_logging\" already exists\nERROR: relation \"ir_logging_id_seq\" already exists\nERROR: relation \"ir_mail_server\" already exists\nERROR: relation \"ir_mail_server_id_seq\" already exists\nERROR: relation \"ir_model\" already exists\nERROR: relation \"ir_model_access\" already exists\nERROR: relation \"ir_model_access_id_seq\" already exists\nERROR: relation \"ir_model_constraint\" already exists\nERROR: relation \"ir_model_constraint_id_seq\" already exists\nERROR: relation \"ir_model_data\" already exists\nERROR: relation \"ir_model_data_id_seq\" already exists\nERROR: relation \"ir_model_fields\" already exists\nERROR: relation \"ir_model_fields_group_rel\" already exists\nERROR: relation \"ir_model_fields_id_seq\" already exists\nERROR: relation \"ir_model_id_seq\" already exists\nERROR: relation \"ir_model_relation\" already exists\nERROR: relation \"ir_model_relation_id_seq\" already exists\nERROR: relation \"ir_module_category\" already exists\nERROR: relation \"ir_module_category_id_seq\" already exists\nERROR: relation \"ir_module_module\" already exists\nERROR: relation \"ir_module_module_dependency\" already exists\nERROR: relation \"ir_module_module_dependency_id_seq\" already exists\nERROR: relation \"ir_module_module_id_seq\" already exists\nERROR: relation \"ir_property\" already exists\nERROR: relation \"ir_property_id_seq\" already exists\nERROR: relation \"ir_rule\" already exists\nERROR: relation \"ir_rule_id_seq\" already exists\nERROR: relation \"ir_sequence\" already exists\nERROR: relation \"ir_sequence_date_range\" already exists\nERROR: relation \"ir_sequence_date_range_id_seq\" already exists\nERROR: relation \"ir_sequence_id_seq\" already exists\nERROR: relation \"ir_server_object_lines\" already exists\nERROR: relation \"ir_server_object_lines_id_seq\" already exists\nERROR: relation \"ir_translation\" already exists\nERROR: relation \"ir_translation_id_seq\" already exists\nERROR: relation \"ir_ui_menu\" already exists\nERROR: relation \"ir_ui_menu_group_rel\" already exists\nERROR: relation \"ir_ui_menu_id_seq\" already exists\nERROR: relation \"ir_ui_view\" already exists\nERROR: relation \"ir_ui_view_custom\" already exists\nERROR: relation \"ir_ui_view_custom_id_seq\" already exists\nERROR: relation \"ir_ui_view_group_rel\" already exists\nERROR: relation \"ir_ui_view_id_seq\" already exists\nERROR: relation \"ir_values\" already exists\nERROR: relation \"ir_values_id_seq\" already exists\nERROR: relation \"rel_modules_langexport\" already exists\nERROR: relation \"rel_server_actions\" already exists\nERROR: relation \"report\" already exists\nERROR: relation \"report_id_seq\" already exists\nERROR: relation \"report_paperformat\" already exists\nERROR: relation \"report_paperformat_id_seq\" already exists\nERROR: relation \"res_bank\" already exists\nERROR: relation \"res_bank_id_seq\" already exists\nERROR: relation \"res_company\" already exists\nERROR: relation \"res_company_id_seq\" already exists\nERROR: relation \"res_company_users_rel\" already exists\nERROR: relation \"res_config\" already exists\nERROR: relation \"res_config_id_seq\" already exists\nERROR: relation \"res_config_installer\" already exists\nERROR: relation \"res_config_installer_id_seq\" already exists\nERROR: relation \"res_config_settings\" already exists\nERROR: relation \"res_config_settings_id_seq\" already exists\nERROR: relation \"res_country\" already exists\nERROR: relation \"res_country_group\" already exists\nERROR: relation \"res_country_group_id_seq\" already exists\nERROR: relation \"res_country_id_seq\" already exists\nERROR: relation \"res_country_res_country_group_rel\" already exists\nERROR: relation \"res_country_state\" already exists\nERROR: relation \"res_country_state_id_seq\" already exists\nERROR: relation \"res_currency\" already exists\nERROR: relation \"res_currency_id_seq\" already exists\nERROR: relation \"res_currency_rate\" already exists\nERROR: relation \"res_currency_rate_id_seq\" already exists\nERROR: relation \"res_font\" already exists\nERROR: relation \"res_font_id_seq\" already exists\nERROR: relation \"res_groups\" already exists\nERROR: relation \"res_groups_action_rel\" already exists\nERROR: relation \"res_groups_id_seq\" already exists\nERROR: relation \"res_groups_implied_rel\" already exists\nERROR: relation \"res_groups_report_rel\" already exists\nERROR: relation \"res_groups_users_rel\" already exists\nERROR: relation \"res_lang\" already exists\nERROR: relation \"res_lang_id_seq\" already exists\nERROR: relation \"res_partner\" already exists\nERROR: relation \"res_partner_bank\" already exists\nERROR: relation \"res_partner_bank_id_seq\" already exists\nERROR: relation \"res_partner_category\" already exists\nERROR: relation \"res_partner_category_id_seq\" already exists\nERROR: relation \"res_partner_id_seq\" already exists\nERROR: relation \"res_partner_res_partner_category_rel\" already exists\nERROR: relation \"res_partner_title\" already exists\nERROR: relation \"res_partner_title_id_seq\" already exists\nERROR: relation \"res_request_link\" already exists\nERROR: relation \"res_request_link_id_seq\" already exists\nERROR: relation \"res_users\" already exists\nERROR: relation \"res_users_id_seq\" already exists\nERROR: relation \"res_users_log\" already exists\nERROR: relation \"res_users_log_id_seq\" already exists\nERROR: relation \"res_users_web_tip_rel\" already exists\nERROR: relation \"rule_group_rel\" already exists\nERROR: relation \"web_editor_converter_test\" already exists\nERROR: relation \"web_editor_converter_test_id_seq\" already exists\nERROR: relation \"web_editor_converter_test_sub\" already exists\nERROR: relation \"web_editor_converter_test_sub_id_seq\" already exists\nERROR: relation \"web_planner\" already exists\nERROR: relation \"web_planner_id_seq\" already exists\nERROR: relation \"web_tip\" already exists\nERROR: relation \"web_tip_id_seq\" already exists\nERROR: relation \"wizard_ir_model_menu_create\" already exists\nERROR: relation \"wizard_ir_model_menu_create_id_seq\" already exists\nERROR: relation \"wkf\" already exists\nERROR: relation \"wkf_activity\" already exists\nERROR: relation \"wkf_activity_id_seq\" already exists\nERROR: relation \"wkf_id_seq\" already exists\nERROR: relation \"wkf_instance\" already exists\nERROR: relation \"wkf_instance_id_seq\" already exists\nERROR: relation \"wkf_transition\" already exists\nERROR: relation \"wkf_transition_id_seq\" already exists\nERROR: relation \"wkf_triggers\" already exists\nERROR: relation \"wkf_triggers_id_seq\" already exists\nERROR: relation \"wkf_witm_trans\" already exists\nERROR: relation \"wkf_workitem\" already exists\nERROR: relation \"wkf_workitem_id_seq\" already exists\nERROR: duplicate key value violates unique constraint \"ir_act_client_pkey\"\nDETAIL: Key (id)=(1) already exists.\nCONTEXT: COPY ir_act_client, line 1\nERROR: duplicate key value violates unique constraint \"ir_act_report_xml_pkey\"\nDETAIL: Key (id)=(28) already exists.\nCONTEXT: COPY ir_act_report_xml, line 1\nERROR: duplicate key value violates unique constraint \"ir_act_server_pkey\"\nDETAIL: Key (id)=(7) already exists.\nCONTEXT: COPY ir_act_server, line 1\nERROR: duplicate key value violates unique constraint \"ir_act_window_pkey\"\nDETAIL: Key (id)=(2) already exists.\nCONTEXT: COPY ir_act_window, line 1\nERROR: duplicate key value violates unique constraint \"ir_act_window_group_rel_act_id_gid_key\"\nDETAIL: Key (act_id, gid)=(67, 2) already exists.\nCONTEXT: COPY ir_act_window_group_rel, line 1\nERROR: duplicate key value violates unique constraint \"ir_act_window_view_pkey\"\nDETAIL: Key (id)=(1) already exists.\nCONTEXT: COPY ir_act_window_view, line 1\nERROR: duplicate key value violates unique constraint \"ir_actions_todo_pkey\"\nDETAIL: Key (id)=(1) already exists.\nCONTEXT: COPY ir_actions_todo, line 1\nERROR: duplicate key value violates unique constraint \"ir_attachment_pkey\"\nDETAIL: Key (id)=(341) already exists.\nCONTEXT: COPY ir_attachment, line 1\nERROR: duplicate key value violates unique constraint \"ir_config_parameter_key_uniq\"\nDETAIL: Key (key)=(database.secret) already exists.\nCONTEXT: COPY ir_config_parameter, line 1\nERROR: duplicate key value violates unique constraint \"ir_config_parameter_groups_rel_icp_id_group_id_key\"\nDETAIL: Key (icp_id, group_id)=(1, 2) already exists.\nCONTEXT: COPY ir_config_parameter_groups_rel, line 1\nERROR: duplicate key value violates unique constraint \"ir_cron_pkey\"\nDETAIL: Key (id)=(1) already exists.\nCONTEXT: COPY ir_cron, line 1\nERROR: duplicate key value violates unique constraint \"ir_mail_server_pkey\"\nDETAIL: Key (id)=(1) already exists.\nCONTEXT: COPY ir_mail_server, line 1\nERROR: duplicate key value violates unique constraint \"ir_model_obj_name_uniq\"\nDETAIL: Key (model)=(_unknown) already exists.\nCONTEXT: COPY ir_model, line 1\nERROR: duplicate key value violates unique constraint \"ir_model_access_pkey\"\nDETAIL: Key (id)=(1) already exists.\nCONTEXT: COPY ir_model_access, line 1\nERROR: duplicate key value violates unique constraint \"ir_model_constraint_module_name_uniq\"\nDETAIL: Key (name, module)=(ir_model_obj_name_uniq, 105) already exists.\nCONTEXT: COPY ir_model_constraint, line 1\nERROR: duplicate key value violates unique constraint \"ir_model_data_pkey\"\nDETAIL: Key (id)=(6) already exists.\nCONTEXT: COPY ir_model_data, line 1\nERROR: duplicate key value violates unique constraint \"ir_model_fields_pkey\"\nDETAIL: Key (id)=(1244) already exists.\nCONTEXT: COPY ir_model_fields, line 1\nERROR: duplicate key value violates unique constraint \"ir_model_relation_pkey\"\nDETAIL: Key (id)=(1) already exists.\nCONTEXT: COPY ir_model_relation, line 1\nERROR: duplicate key value violates unique constraint \"ir_module_category_pkey\"\nDETAIL: Key (id)=(6) already exists.\nCONTEXT: COPY ir_module_category, line 1\nERROR: duplicate key value violates unique constraint \"ir_module_module_name_uniq\"\nDETAIL: Key (name)=(test_limits) already exists.\nCONTEXT: COPY ir_module_module, line 1\nERROR: duplicate key value violates unique constraint \"ir_module_module_dependency_pkey\"\nDETAIL: Key (id)=(1) already exists.\nCONTEXT: COPY ir_module_module_dependency, line 1\nERROR: duplicate key value violates unique constraint \"ir_rule_pkey\"\nDETAIL: Key (id)=(1) already exists.\nCONTEXT: COPY ir_rule, line 1\nERROR: duplicate key value violates unique constraint \"ir_translation_pkey\"\nDETAIL: Key (id)=(4) already exists.\nCONTEXT: COPY ir_translation, line 1\nERROR: duplicate key value violates unique constraint \"ir_ui_menu_pkey\"\nDETAIL: Key (id)=(2) already exists.\nCONTEXT: COPY ir_ui_menu, line 1\nERROR: duplicate key value violates unique constraint \"ir_ui_menu_group_rel_menu_id_gid_key\"\nDETAIL: Key (menu_id, gid)=(1, 4) already exists.\nCONTEXT: COPY ir_ui_menu_group_rel, line 1\nERROR: duplicate key value violates unique constraint \"ir_ui_view_pkey\"\nDETAIL: Key (id)=(1) already exists.\nCONTEXT: COPY ir_ui_view, line 1\nERROR: duplicate key value violates unique constraint \"ir_values_pkey\"\nDETAIL: Key (id)=(1) already exists.\nCONTEXT: COPY ir_values, line 1\nERROR: duplicate key value violates unique constraint \"report_paperformat_pkey\"\nDETAIL: Key (id)=(1) already exists.\nCONTEXT: COPY report_paperformat, line 1\nERROR: duplicate key value violates unique constraint \"res_bank_pkey\"\nDETAIL: Key (id)=(1) already exists.\nCONTEXT: COPY res_bank, line 1\nERROR: duplicate key value violates unique constraint \"res_company_name_uniq\"\nDETAIL: Key (name)=(YourCompany) already exists.\nCONTEXT: COPY res_company, line 1\nERROR: duplicate key value violates unique constraint \"res_company_users_rel_cid_user_id_key\"\nDETAIL: Key (cid, user_id)=(1, 1) already exists.\nCONTEXT: COPY res_company_users_rel, line 1\nERROR: duplicate key value violates unique constraint \"res_country_code_uniq\"\nDETAIL: Key (code)=(AD) already exists.\nCONTEXT: COPY res_country, line 1\nERROR: duplicate key value violates unique constraint \"res_country_group_pkey\"\nDETAIL: Key (id)=(1) already exists.\nCONTEXT: COPY res_country_group, line 1\nERROR: duplicate key value violates unique constraint \"res_country_res_country_group_res_country_id_res_country_gr_key\"\nDETAIL: Key (res_country_id, res_country_group_id)=(60, 1) already exists.\nCONTEXT: COPY res_country_res_country_group_rel, line 1\nERROR: duplicate key value violates unique constraint \"res_country_state_pkey\"\nDETAIL: Key (id)=(1) already exists.\nCONTEXT: COPY res_country_state, line 1\nERROR: duplicate key value violates unique constraint \"res_currency_pkey\"\nDETAIL: Key (id)=(1) already exists.\nCONTEXT: COPY res_currency, line 1\nERROR: duplicate key value violates unique constraint \"res_currency_rate_pkey\"\nDETAIL: Key (id)=(1) already exists.\nCONTEXT: COPY res_currency_rate, line 1\nERROR: duplicate key value violates unique constraint \"res_font_name_font_uniq\"\nDETAIL: Key (family, name)=(Helvetica, Helvetica) already exists.\nCONTEXT: COPY res_font, line 1\nERROR: duplicate key value violates unique constraint \"res_groups_name_uniq\"\nDETAIL: Key (category_id, name)=(48, Configuration) already exists.\nCONTEXT: COPY res_groups, line 1\nERROR: duplicate key value violates unique constraint \"res_groups_implied_rel_gid_hid_key\"\nDETAIL: Key (gid, hid)=(2, 1) already exists.\nCONTEXT: COPY res_groups_implied_rel, line 1\nERROR: duplicate key value violates unique constraint \"res_groups_users_rel_gid_uid_key\"\nDETAIL: Key (gid, uid)=(3, 1) already exists.\nCONTEXT: COPY res_groups_users_rel, line 1\nERROR: duplicate key value violates unique constraint \"res_lang_code_key\"\nDETAIL: Key (code)=(en_US) already exists.\nCONTEXT: COPY res_lang, line 1\nERROR: duplicate key value violates unique constraint \"res_partner_pkey\"\nDETAIL: Key (id)=(6) already exists.\nCONTEXT: COPY res_partner, line 1\nERROR: duplicate key value violates unique constraint \"res_partner_bank_pkey\"\nDETAIL: Key (id)=(1) already exists.\nCONTEXT: COPY res_partner_bank, line 1\nERROR: duplicate key value violates unique constraint \"res_partner_category_pkey\"\nDETAIL: Key (id)=(17) already exists.\nCONTEXT: COPY res_partner_category, line 1\nERROR: duplicate key value violates unique constraint \"res_partner_res_partner_category_rel_category_id_partner_id_key\"\nDETAIL: Key (category_id, partner_id)=(13, 6) already exists.\nCONTEXT: COPY res_partner_res_partner_category_rel, line 1\nERROR: duplicate key value violates unique constraint \"res_partner_title_pkey\"\nDETAIL: Key (id)=(1) already exists.\nCONTEXT: COPY res_partner_title, line 1\nERROR: duplicate key value violates unique constraint \"res_request_link_pkey\"\nDETAIL: Key (id)=(1) already exists.\nCONTEXT: COPY res_request_link, line 1\nERROR: duplicate key value violates unique constraint \"res_users_login_key\"\nDETAIL: Key (login)=(public) already exists.\nCONTEXT: COPY res_users, line 1\nERROR: duplicate key value violates unique constraint \"res_users_log_pkey\"\nDETAIL: Key (id)=(1) already exists.\nCONTEXT: COPY res_users_log, line 1\nERROR: duplicate key value violates unique constraint \"rule_group_rel_rule_group_id_group_id_key\"\nDETAIL: Key (rule_group_id, group_id)=(3, 12) already exists.\nCONTEXT: COPY rule_group_rel, line 1\nERROR: duplicate key value violates unique constraint \"web_tip_pkey\"\nDETAIL: Key (id)=(1) already exists.\nCONTEXT: COPY web_tip, line 1\nERROR: multiple primary keys for table \"base_import_import\" are not allowed\nERROR: multiple primary keys for table \"base_import_tests_models_char_noreadonly\" are not allowed\nERROR: multiple primary keys for table \"base_import_tests_models_char\" are not allowed\nERROR: multiple primary keys for table \"base_import_tests_models_char_readonly\" are not allowed\nERROR: multiple primary keys for table \"base_import_tests_models_char_required\" are not allowed\nERROR: multiple primary keys for table \"base_import_tests_models_char_states\" are not allowed\nERROR: multiple primary keys for table \"base_import_tests_models_char_stillreadonly\" are not allowed\nERROR: multiple primary keys for table \"base_import_tests_models_m2o\" are not allowed\nERROR: multiple primary keys for table \"base_import_tests_models_m2o_related\" are not allowed\nERROR: multiple primary keys for table \"base_import_tests_models_m2o_required\" are not allowed\nERROR: multiple primary keys for table \"base_import_tests_models_m2o_required_related\" are not allowed\nERROR: multiple primary keys for table \"base_import_tests_models_o2m_child\" are not allowed\nERROR: multiple primary keys for table \"base_import_tests_models_o2m\" are not allowed\nERROR: multiple primary keys for table \"base_import_tests_models_preview\" are not allowed\nERROR: multiple primary keys for table \"base_language_export\" are not allowed\nERROR: multiple primary keys for table \"base_language_import\" are not allowed\nERROR: multiple primary keys for table \"base_language_install\" are not allowed\nERROR: multiple primary keys for table \"base_module_configuration\" are not allowed\nERROR: multiple primary keys for table \"base_module_update\" are not allowed\nERROR: multiple primary keys for table \"base_module_upgrade\" are not allowed\nERROR: multiple primary keys for table \"base_update_translations\" are not allowed\nERROR: multiple primary keys for table \"change_password_user\" are not allowed\nERROR: multiple primary keys for table \"change_password_wizard\" are not allowed\nERROR: multiple primary keys for table \"ir_act_client\" are not allowed\nERROR: multiple primary keys for table \"ir_act_report_xml\" are not allowed\nERROR: multiple primary keys for table \"ir_act_server\" are not allowed\nERROR: multiple primary keys for table \"ir_act_url\" are not allowed\nERROR: relation \"ir_act_window_group_rel_act_id_gid_key\" already exists\nERROR: multiple primary keys for table \"ir_act_window\" are not allowed\nERROR: multiple primary keys for table \"ir_act_window_view\" are not allowed\nERROR: multiple primary keys for table \"ir_actions\" are not allowed\nERROR: multiple primary keys for table \"ir_actions_todo\" are not allowed\nERROR: multiple primary keys for table \"ir_attachment\" are not allowed\nERROR: multiple primary keys for table \"ir_autovacuum\" are not allowed\nERROR: relation \"ir_config_parameter_groups_rel_icp_id_group_id_key\" already exists\nERROR: relation \"ir_config_parameter_key_uniq\" already exists\nERROR: multiple primary keys for table \"ir_config_parameter\" are not allowed\nERROR: multiple primary keys for table \"ir_cron\" are not allowed\nERROR: multiple primary keys for table \"ir_exports_line\" are not allowed\nERROR: multiple primary keys for table \"ir_exports\" are not allowed\nERROR: relation \"ir_filters_name_model_uid_unique\" already exists\nERROR: multiple primary keys for table \"ir_filters\" are not allowed\nERROR: multiple primary keys for table \"ir_logging\" are not allowed\nERROR: multiple primary keys for table \"ir_mail_server\" are not allowed\nERROR: multiple primary keys for table \"ir_model_access\" are not allowed\nERROR: relation \"ir_model_constraint_module_name_uniq\" already exists\nERROR: multiple primary keys for table \"ir_model_constraint\" are not allowed\nERROR: multiple primary keys for table \"ir_model_data\" are not allowed\nERROR: relation \"ir_model_fields_group_rel_field_id_group_id_key\" already exists\nERROR: multiple primary keys for table \"ir_model_fields\" are not allowed\nERROR: relation \"ir_model_obj_name_uniq\" already exists\nERROR: multiple primary keys for table \"ir_model\" are not allowed\nERROR: multiple primary keys for table \"ir_model_relation\" are not allowed\nERROR: multiple primary keys for table \"ir_module_category\" are not allowed\nERROR: multiple primary keys for table \"ir_module_module_dependency\" are not allowed\nERROR: relation \"ir_module_module_name_uniq\" already exists\nERROR: multiple primary keys for table \"ir_module_module\" are not allowed\nERROR: multiple primary keys for table \"ir_property\" are not allowed\nERROR: multiple primary keys for table \"ir_rule\" are not allowed\nERROR: multiple primary keys for table \"ir_sequence_date_range\" are not allowed\nERROR: multiple primary keys for table \"ir_sequence\" are not allowed\nERROR: multiple primary keys for table \"ir_server_object_lines\" are not allowed\nERROR: multiple primary keys for table \"ir_translation\" are not allowed\nERROR: relation \"ir_ui_menu_group_rel_menu_id_gid_key\" already exists\nERROR: multiple primary keys for table \"ir_ui_menu\" are not allowed\nERROR: multiple primary keys for table \"ir_ui_view_custom\" are not allowed\nERROR: relation \"ir_ui_view_group_rel_view_id_group_id_key\" already exists\nERROR: multiple primary keys for table \"ir_ui_view\" are not allowed\nERROR: multiple primary keys for table \"ir_values\" are not allowed\nERROR: relation \"name_uniq\" already exists\nERROR: relation \"rel_modules_langexport_wiz_id_module_id_key\" already exists\nERROR: relation \"rel_server_actions_server_id_action_id_key\" already exists\nERROR: multiple primary keys for table \"report_paperformat\" are not allowed\nERROR: multiple primary keys for table \"report\" are not allowed\nERROR: multiple primary keys for table \"res_bank\" are not allowed\nERROR: relation \"res_company_name_uniq\" already exists\nERROR: multiple primary keys for table \"res_company\" are not allowed\nERROR: relation \"res_company_users_rel_cid_user_id_key\" already exists\nERROR: multiple primary keys for table \"res_config_installer\" are not allowed\nERROR: multiple primary keys for table \"res_config\" are not allowed\nERROR: multiple primary keys for table \"res_config_settings\" are not allowed\nERROR: relation \"res_country_code_uniq\" already exists\nERROR: multiple primary keys for table \"res_country_group\" are not allowed\nERROR: relation \"res_country_name_uniq\" already exists\nERROR: multiple primary keys for table \"res_country\" are not allowed\nERROR: relation \"res_country_res_country_group_res_country_id_res_country_gr_key\" already exists\nERROR: multiple primary keys for table \"res_country_state\" are not allowed\nERROR: multiple primary keys for table \"res_currency\" are not allowed\nERROR: multiple primary keys for table \"res_currency_rate\" are not allowed\nERROR: relation \"res_currency_unique_name\" already exists\nERROR: relation \"res_font_name_font_uniq\" already exists\nERROR: multiple primary keys for table \"res_font\" are not allowed\nERROR: relation \"res_groups_action_rel_uid_gid_key\" already exists\nERROR: relation \"res_groups_implied_rel_gid_hid_key\" already exists\nERROR: relation \"res_groups_name_uniq\" already exists\nERROR: multiple primary keys for table \"res_groups\" are not allowed\nERROR: relation \"res_groups_report_rel_uid_gid_key\" already exists\nERROR: relation \"res_groups_users_rel_gid_uid_key\" already exists\nERROR: relation \"res_lang_code_key\" already exists\nERROR: relation \"res_lang_code_uniq\" already exists\nERROR: relation \"res_lang_name_key\" already exists\nERROR: relation \"res_lang_name_uniq\" already exists\nERROR: multiple primary keys for table \"res_lang\" are not allowed\nERROR: multiple primary keys for table \"res_partner_bank\" are not allowed\nERROR: relation \"res_partner_bank_unique_number\" already exists\nERROR: multiple primary keys for table \"res_partner_category\" are not allowed\nERROR: multiple primary keys for table \"res_partner\" are not allowed\nERROR: relation \"res_partner_res_partner_category_rel_category_id_partner_id_key\" already exists\nERROR: multiple primary keys for table \"res_partner_title\" are not allowed\nERROR: multiple primary keys for table \"res_request_link\" are not allowed\nERROR: multiple primary keys for table \"res_users_log\" are not allowed\nERROR: relation \"res_users_login_key\" already exists\nERROR: multiple primary keys for table \"res_users\" are not allowed\nERROR: relation \"res_users_web_tip_rel_web_tip_id_res_users_id_key\" already exists\nERROR: relation \"rule_group_rel_rule_group_id_group_id_key\" already exists\nERROR: multiple primary keys for table \"web_editor_converter_test\" are not allowed\nERROR: multiple primary keys for table \"web_editor_converter_test_sub\" are not allowed\nERROR: multiple primary keys for table \"web_planner\" are not allowed\nERROR: multiple primary keys for table \"web_tip\" are not allowed\nERROR: multiple primary keys for table \"wizard_ir_model_menu_create\" are not allowed\nERROR: multiple primary keys for table \"wkf_activity\" are not allowed\nERROR: multiple primary keys for table \"wkf_instance\" are not allowed\nERROR: multiple primary keys for table \"wkf\" are not allowed\nERROR: multiple primary keys for table \"wkf_transition\" are not allowed\nERROR: multiple primary keys for table \"wkf_triggers\" are not allowed\nERROR: relation \"wkf_witm_trans_inst_id_trans_id_key\" already exists\nERROR: multiple primary keys for table \"wkf_workitem\" are not allowed\nERROR: relation \"act_window_view_unique_mode_per_action\" already exists\nERROR: relation \"ir_act_window_group_rel_act_id_idx\" already exists\nERROR: relation \"ir_act_window_group_rel_gid_idx\" already exists\nERROR: relation \"ir_actions_todo_action_id_index\" already exists\nERROR: relation \"ir_attachment_checksum_index\" already exists\nERROR: relation \"ir_attachment_res_idx\" already exists\nERROR: relation \"ir_config_parameter_groups_rel_group_id_idx\" already exists\nERROR: relation \"ir_config_parameter_groups_rel_icp_id_idx\" already exists\nERROR: relation \"ir_config_parameter_key_index\" already exists\nERROR: relation \"ir_exports_line_export_id_index\" already exists\nERROR: relation \"ir_exports_resource_index\" already exists\nERROR: relation \"ir_filters_name_model_uid_unique_action_index\" already exists\nERROR: relation \"ir_logging_dbname_index\" already exists\nERROR: relation \"ir_logging_level_index\" already exists\nERROR: relation \"ir_logging_type_index\" already exists\nERROR: relation \"ir_mail_server_name_index\" already exists\nERROR: relation \"ir_model_access_group_id_index\" already exists\nERROR: relation \"ir_model_access_model_id_index\" already exists\nERROR: relation \"ir_model_access_name_index\" already exists\nERROR: relation \"ir_model_constraint_model_index\" already exists\nERROR: relation \"ir_model_constraint_module_index\" already exists\nERROR: relation \"ir_model_constraint_name_index\" already exists\nERROR: relation \"ir_model_constraint_type_index\" already exists\nERROR: relation \"ir_model_data_model_res_id_index\" already exists\nERROR: relation \"ir_model_data_module_name_uniq_index\" already exists\nERROR: relation \"ir_model_fields_complete_name_index\" already exists\nERROR: relation \"ir_model_fields_group_rel_field_id_idx\" already exists\nERROR: relation \"ir_model_fields_group_rel_group_id_idx\" already exists\nERROR: relation \"ir_model_fields_model_id_index\" already exists\nERROR: relation \"ir_model_fields_model_index\" already exists\nERROR: relation \"ir_model_fields_name_index\" already exists\nERROR: relation \"ir_model_fields_state_index\" already exists\nERROR: relation \"ir_model_model_index\" already exists\nERROR: relation \"ir_model_relation_model_index\" already exists\nERROR: relation \"ir_model_relation_module_index\" already exists\nERROR: relation \"ir_model_relation_name_index\" already exists\nERROR: relation \"ir_module_category_name_index\" already exists\nERROR: relation \"ir_module_category_parent_id_index\" already exists\nERROR: relation \"ir_module_module_category_id_index\" already exists\nERROR: relation \"ir_module_module_dependency_name_index\" already exists\nERROR: relation \"ir_module_module_name_index\" already exists\nERROR: relation \"ir_module_module_state_index\" already exists\nERROR: relation \"ir_property_company_id_index\" already exists\nERROR: relation \"ir_property_fields_id_index\" already exists\nERROR: relation \"ir_property_name_index\" already exists\nERROR: relation \"ir_property_res_id_index\" already exists\nERROR: relation \"ir_property_type_index\" already exists\nERROR: relation \"ir_rule_model_id_index\" already exists\nERROR: relation \"ir_rule_name_index\" already exists\nERROR: relation \"ir_translation_comments_index\" already exists\nERROR: relation \"ir_translation_ltn\" already exists\nERROR: relation \"ir_translation_module_index\" already exists\nERROR: relation \"ir_translation_res_id_index\" already exists\nERROR: relation \"ir_translation_src_md5\" already exists\nERROR: relation \"ir_translation_type_index\" already exists\nERROR: relation \"ir_ui_menu_group_rel_gid_idx\" already exists\nERROR: relation \"ir_ui_menu_group_rel_menu_id_idx\" already exists\nERROR: relation \"ir_ui_menu_parent_id_index\" already exists\nERROR: relation \"ir_ui_menu_parent_left_index\" already exists\nERROR: relation \"ir_ui_menu_parent_right_index\" already exists\nERROR: relation \"ir_ui_view_custom_ref_id_index\" already exists\nERROR: relation \"ir_ui_view_custom_user_id_index\" already exists\nERROR: relation \"ir_ui_view_custom_user_id_ref_id\" already exists\nERROR: relation \"ir_ui_view_group_rel_group_id_idx\" already exists\nERROR: relation \"ir_ui_view_group_rel_view_id_idx\" already exists\nERROR: relation \"ir_ui_view_inherit_id_index\" already exists\nERROR: relation \"ir_ui_view_model_index\" already exists\nERROR: relation \"ir_ui_view_model_type_inherit_id\" already exists\nERROR: relation \"ir_values_company_id_index\" already exists\nERROR: relation \"ir_values_key2_index\" already exists\nERROR: relation \"ir_values_key_index\" already exists\nERROR: relation \"ir_values_key_model_key2_res_id_user_id_idx\" already exists\nERROR: relation \"ir_values_model_index\" already exists\nERROR: relation \"ir_values_res_id_index\" already exists\nERROR: relation \"ir_values_user_id_index\" already exists\nERROR: relation \"rel_modules_langexport_module_id_idx\" already exists\nERROR: relation \"rel_modules_langexport_wiz_id_idx\" already exists\nERROR: relation \"rel_server_actions_action_id_idx\" already exists\nERROR: relation \"rel_server_actions_server_id_idx\" already exists\nERROR: relation \"res_bank_bic_index\" already exists\nERROR: relation \"res_company_parent_id_index\" already exists\nERROR: relation \"res_company_users_rel_cid_idx\" already exists\nERROR: relation \"res_company_users_rel_user_id_idx\" already exists\nERROR: relation \"res_country_res_country_group_rel_res_country_group_id_idx\" already exists\nERROR: relation \"res_country_res_country_group_rel_res_country_id_idx\" already exists\nERROR: relation \"res_currency_rate_name_index\" already exists\nERROR: relation \"res_groups_action_rel_gid_idx\" already exists\nERROR: relation \"res_groups_action_rel_uid_idx\" already exists\nERROR: relation \"res_groups_category_id_index\" already exists\nERROR: relation \"res_groups_implied_rel_gid_idx\" already exists\nERROR: relation \"res_groups_implied_rel_hid_idx\" already exists\nERROR: relation \"res_groups_report_rel_gid_idx\" already exists\nERROR: relation \"res_groups_report_rel_uid_idx\" already exists\nERROR: relation \"res_groups_users_rel_gid_idx\" already exists\nERROR: relation \"res_groups_users_rel_uid_idx\" already exists\nERROR: relation \"res_partner_bank_partner_id_index\" already exists\nERROR: relation \"res_partner_category_parent_id_index\" already exists\nERROR: relation \"res_partner_category_parent_left_index\" already exists\nERROR: relation \"res_partner_category_parent_right_index\" already exists\nERROR: relation \"res_partner_company_id_index\" already exists\nERROR: relation \"res_partner_date_index\" already exists\nERROR: relation \"res_partner_display_name_index\" already exists\nERROR: relation \"res_partner_name_index\" already exists\nERROR: relation \"res_partner_parent_id_index\" already exists\nERROR: relation \"res_partner_ref_index\" already exists\nERROR: relation \"res_partner_res_partner_category_rel_category_id_idx\" already exists\nERROR: relation \"res_partner_res_partner_category_rel_partner_id_idx\" already exists\nERROR: relation \"res_users_web_tip_rel_res_users_id_idx\" already exists\nERROR: relation \"res_users_web_tip_rel_web_tip_id_idx\" already exists\nERROR: relation \"rule_group_rel_group_id_idx\" already exists\nERROR: relation \"rule_group_rel_rule_group_id_idx\" already exists\nERROR: relation \"wkf_activity_wkf_id_index\" already exists\nERROR: relation \"wkf_instance_res_id_wkf_id_index\" already exists\nERROR: relation \"wkf_instance_res_type_res_id_state_index\" already exists\nERROR: relation \"wkf_instance_wkf_id_index\" already exists\nERROR: relation \"wkf_on_create_index\" already exists\nERROR: relation \"wkf_osv_index\" already exists\nERROR: relation \"wkf_transition_act_from_index\" already exists\nERROR: relation \"wkf_transition_act_to_index\" already exists\nERROR: relation \"wkf_triggers_res_id_model_index\" already exists\nERROR: relation \"wkf_witm_trans_inst_id_idx\" already exists\nERROR: relation \"wkf_witm_trans_trans_id_idx\" already exists\nERROR: relation \"wkf_workitem_act_id_index\" already exists\nERROR: relation \"wkf_workitem_inst_id_index\" already exists\nERROR: relation \"wkf_workitem_state_index\" already exists\nERROR: relation \"wkf_workitem_subflow_id_index\" already exists\nERROR: constraint \"base_import_import_create_uid_fkey\" for relation \"base_import_import\" already exists\nERROR: constraint \"base_import_import_write_uid_fkey\" for relation \"base_import_import\" already exists\nERROR: constraint \"base_import_tests_models_char_create_uid_fkey\" for relation \"base_import_tests_models_char\" already exists\nERROR: constraint \"base_import_tests_models_char_noreadonly_create_uid_fkey\" for relation \"base_import_tests_models_char_noreadonly\" already exists\nERROR: constraint \"base_import_tests_models_char_noreadonly_write_uid_fkey\" for relation \"base_import_tests_models_char_noreadonly\" already exists\nERROR: constraint \"base_import_tests_models_char_readonly_create_uid_fkey\" for relation \"base_import_tests_models_char_readonly\" already exists\nERROR: constraint \"base_import_tests_models_char_readonly_write_uid_fkey\" for relation \"base_import_tests_models_char_readonly\" already exists\nERROR: constraint \"base_import_tests_models_char_required_create_uid_fkey\" for relation \"base_import_tests_models_char_required\" already exists\nERROR: constraint \"base_import_tests_models_char_required_write_uid_fkey\" for relation \"base_import_tests_models_char_required\" already exists\nERROR: constraint \"base_import_tests_models_char_states_create_uid_fkey\" for relation \"base_import_tests_models_char_states\" already exists\nERROR: constraint \"base_import_tests_models_char_states_write_uid_fkey\" for relation \"base_import_tests_models_char_states\" already exists\nERROR: constraint \"base_import_tests_models_char_stillreadonly_create_uid_fkey\" for relation \"base_import_tests_models_char_stillreadonly\" already exists\nERROR: constraint \"base_import_tests_models_char_stillreadonly_write_uid_fkey\" for relation \"base_import_tests_models_char_stillreadonly\" already exists\nERROR: constraint \"base_import_tests_models_char_write_uid_fkey\" for relation \"base_import_tests_models_char\" already exists\nERROR: constraint \"base_import_tests_models_m2o_create_uid_fkey\" for relation \"base_import_tests_models_m2o\" already exists\nERROR: constraint \"base_import_tests_models_m2o_related_create_uid_fkey\" for relation \"base_import_tests_models_m2o_related\" already exists\nERROR: constraint \"base_import_tests_models_m2o_related_write_uid_fkey\" for relation \"base_import_tests_models_m2o_related\" already exists\nERROR: constraint \"base_import_tests_models_m2o_required_create_uid_fkey\" for relation \"base_import_tests_models_m2o_required\" already exists\nERROR: constraint \"base_import_tests_models_m2o_required_related_create_uid_fkey\" for relation \"base_import_tests_models_m2o_required_related\" already exists\nERROR: constraint \"base_import_tests_models_m2o_required_related_write_uid_fkey\" for relation \"base_import_tests_models_m2o_required_related\" already exists\nERROR: constraint \"base_import_tests_models_m2o_required_value_fkey\" for relation \"base_import_tests_models_m2o_required\" already exists\nERROR: constraint \"base_import_tests_models_m2o_required_write_uid_fkey\" for relation \"base_import_tests_models_m2o_required\" already exists\nERROR: constraint \"base_import_tests_models_m2o_value_fkey\" for relation \"base_import_tests_models_m2o\" already exists\nERROR: constraint \"base_import_tests_models_m2o_write_uid_fkey\" for relation \"base_import_tests_models_m2o\" already exists\nERROR: constraint \"base_import_tests_models_o2m_child_create_uid_fkey\" for relation \"base_import_tests_models_o2m_child\" already exists\nERROR: constraint \"base_import_tests_models_o2m_child_parent_id_fkey\" for relation \"base_import_tests_models_o2m_child\" already exists\nERROR: constraint \"base_import_tests_models_o2m_child_write_uid_fkey\" for relation \"base_import_tests_models_o2m_child\" already exists\nERROR: constraint \"base_import_tests_models_o2m_create_uid_fkey\" for relation \"base_import_tests_models_o2m\" already exists\nERROR: constraint \"base_import_tests_models_o2m_write_uid_fkey\" for relation \"base_import_tests_models_o2m\" already exists\nERROR: constraint \"base_import_tests_models_preview_create_uid_fkey\" for relation \"base_import_tests_models_preview\" already exists\nERROR: constraint \"base_import_tests_models_preview_write_uid_fkey\" for relation \"base_import_tests_models_preview\" already exists\nERROR: constraint \"base_language_export_create_uid_fkey\" for relation \"base_language_export\" already exists\nERROR: constraint \"base_language_export_write_uid_fkey\" for relation \"base_language_export\" already exists\nERROR: constraint \"base_language_import_create_uid_fkey\" for relation \"base_language_import\" already exists\nERROR: constraint \"base_language_import_write_uid_fkey\" for relation \"base_language_import\" already exists\nERROR: constraint \"base_language_install_create_uid_fkey\" for relation \"base_language_install\" already exists\nERROR: constraint \"base_language_install_write_uid_fkey\" for relation \"base_language_install\" already exists\nERROR: constraint \"base_module_configuration_create_uid_fkey\" for relation \"base_module_configuration\" already exists\nERROR: constraint \"base_module_configuration_write_uid_fkey\" for relation \"base_module_configuration\" already exists\nERROR: constraint \"base_module_update_create_uid_fkey\" for relation \"base_module_update\" already exists\nERROR: constraint \"base_module_update_write_uid_fkey\" for relation \"base_module_update\" already exists\nERROR: constraint \"base_module_upgrade_create_uid_fkey\" for relation \"base_module_upgrade\" already exists\nERROR: constraint \"base_module_upgrade_write_uid_fkey\" for relation \"base_module_upgrade\" already exists\nERROR: constraint \"base_update_translations_create_uid_fkey\" for relation \"base_update_translations\" already exists\nERROR: constraint \"base_update_translations_write_uid_fkey\" for relation \"base_update_translations\" already exists\nERROR: constraint \"change_password_user_create_uid_fkey\" for relation \"change_password_user\" already exists\nERROR: constraint \"change_password_user_user_id_fkey\" for relation \"change_password_user\" already exists\nERROR: constraint \"change_password_user_wizard_id_fkey\" for relation \"change_password_user\" already exists\nERROR: constraint \"change_password_user_write_uid_fkey\" for relation \"change_password_user\" already exists\nERROR: constraint \"change_password_wizard_create_uid_fkey\" for relation \"change_password_wizard\" already exists\nERROR: constraint \"change_password_wizard_write_uid_fkey\" for relation \"change_password_wizard\" already exists\nERROR: constraint \"ir_act_client_create_uid_fkey\" for relation \"ir_act_client\" already exists\nERROR: constraint \"ir_act_client_write_uid_fkey\" for relation \"ir_act_client\" already exists\nERROR: constraint \"ir_act_report_xml_create_uid_fkey\" for relation \"ir_act_report_xml\" already exists\nERROR: constraint \"ir_act_report_xml_ir_values_id_fkey\" for relation \"ir_act_report_xml\" already exists\nERROR: constraint \"ir_act_report_xml_paperformat_id_fkey\" for relation \"ir_act_report_xml\" already exists\nERROR: constraint \"ir_act_report_xml_write_uid_fkey\" for relation \"ir_act_report_xml\" already exists\nERROR: constraint \"ir_act_server_create_uid_fkey\" for relation \"ir_act_server\" already exists\nERROR: constraint \"ir_act_server_crud_model_id_fkey\" for relation \"ir_act_server\" already exists\nERROR: constraint \"ir_act_server_link_field_id_fkey\" for relation \"ir_act_server\" already exists\nERROR: constraint \"ir_act_server_menu_ir_values_id_fkey\" for relation \"ir_act_server\" already exists\nERROR: constraint \"ir_act_server_model_id_fkey\" for relation \"ir_act_server\" already exists\nERROR: constraint \"ir_act_server_model_object_field_fkey\" for relation \"ir_act_server\" already exists\nERROR: constraint \"ir_act_server_sub_model_object_field_fkey\" for relation \"ir_act_server\" already exists\nERROR: constraint \"ir_act_server_sub_object_fkey\" for relation \"ir_act_server\" already exists\nERROR: constraint \"ir_act_server_wkf_field_id_fkey\" for relation \"ir_act_server\" already exists\nERROR: constraint \"ir_act_server_wkf_model_id_fkey\" for relation \"ir_act_server\" already exists\nERROR: constraint \"ir_act_server_wkf_transition_id_fkey\" for relation \"ir_act_server\" already exists\nERROR: constraint \"ir_act_server_write_uid_fkey\" for relation \"ir_act_server\" already exists\nERROR: constraint \"ir_act_url_create_uid_fkey\" for relation \"ir_act_url\" already exists\nERROR: constraint \"ir_act_url_write_uid_fkey\" for relation \"ir_act_url\" already exists\nERROR: constraint \"ir_act_window_create_uid_fkey\" for relation \"ir_act_window\" already exists\nERROR: constraint \"ir_act_window_group_rel_act_id_fkey\" for relation \"ir_act_window_group_rel\" already exists\nERROR: constraint \"ir_act_window_group_rel_gid_fkey\" for relation \"ir_act_window_group_rel\" already exists\nERROR: constraint \"ir_act_window_search_view_id_fkey\" for relation \"ir_act_window\" already exists\nERROR: constraint \"ir_act_window_view_act_window_id_fkey\" for relation \"ir_act_window_view\" already exists\nERROR: constraint \"ir_act_window_view_create_uid_fkey\" for relation \"ir_act_window_view\" already exists\nERROR: constraint \"ir_act_window_view_id_fkey\" for relation \"ir_act_window\" already exists\nERROR: constraint \"ir_act_window_view_view_id_fkey\" for relation \"ir_act_window_view\" already exists\nERROR: constraint \"ir_act_window_view_write_uid_fkey\" for relation \"ir_act_window_view\" already exists\nERROR: constraint \"ir_act_window_write_uid_fkey\" for relation \"ir_act_window\" already exists\nERROR: constraint \"ir_actions_create_uid_fkey\" for relation \"ir_actions\" already exists\nERROR: constraint \"ir_actions_create_uid_fkey1\" for relation \"ir_actions\" already exists\nERROR: constraint \"ir_actions_todo_create_uid_fkey\" for relation \"ir_actions_todo\" already exists\nERROR: constraint \"ir_actions_todo_write_uid_fkey\" for relation \"ir_actions_todo\" already exists\nERROR: constraint \"ir_actions_write_uid_fkey\" for relation \"ir_actions\" already exists\nERROR: constraint \"ir_actions_write_uid_fkey1\" for relation \"ir_actions\" already exists\nERROR: constraint \"ir_attachment_company_id_fkey\" for relation \"ir_attachment\" already exists\nERROR: constraint \"ir_attachment_create_uid_fkey\" for relation \"ir_attachment\" already exists\nERROR: constraint \"ir_attachment_write_uid_fkey\" for relation \"ir_attachment\" already exists\nERROR: constraint \"ir_autovacuum_create_uid_fkey\" for relation \"ir_autovacuum\" already exists\nERROR: constraint \"ir_autovacuum_write_uid_fkey\" for relation \"ir_autovacuum\" already exists\nERROR: constraint \"ir_config_parameter_create_uid_fkey\" for relation \"ir_config_parameter\" already exists\nERROR: constraint \"ir_config_parameter_groups_rel_group_id_fkey\" for relation \"ir_config_parameter_groups_rel\" already exists\nERROR: constraint \"ir_config_parameter_groups_rel_icp_id_fkey\" for relation \"ir_config_parameter_groups_rel\" already exists\nERROR: constraint \"ir_config_parameter_write_uid_fkey\" for relation \"ir_config_parameter\" already exists\nERROR: constraint \"ir_cron_create_uid_fkey\" for relation \"ir_cron\" already exists\nERROR: constraint \"ir_cron_user_id_fkey\" for relation \"ir_cron\" already exists\nERROR: constraint \"ir_cron_write_uid_fkey\" for relation \"ir_cron\" already exists\nERROR: constraint \"ir_exports_create_uid_fkey\" for relation \"ir_exports\" already exists\nERROR: constraint \"ir_exports_line_create_uid_fkey\" for relation \"ir_exports_line\" already exists\nERROR: constraint \"ir_exports_line_export_id_fkey\" for relation \"ir_exports_line\" already exists\nERROR: constraint \"ir_exports_line_write_uid_fkey\" for relation \"ir_exports_line\" already exists\nERROR: constraint \"ir_exports_write_uid_fkey\" for relation \"ir_exports\" already exists\nERROR: constraint \"ir_filters_create_uid_fkey\" for relation \"ir_filters\" already exists\nERROR: constraint \"ir_filters_user_id_fkey\" for relation \"ir_filters\" already exists\nERROR: constraint \"ir_filters_write_uid_fkey\" for relation \"ir_filters\" already exists\nERROR: constraint \"ir_logging_write_uid_fkey\" for relation \"ir_logging\" already exists\nERROR: constraint \"ir_mail_server_create_uid_fkey\" for relation \"ir_mail_server\" already exists\nERROR: constraint \"ir_mail_server_write_uid_fkey\" for relation \"ir_mail_server\" already exists\nERROR: constraint \"ir_model_access_create_uid_fkey\" for relation \"ir_model_access\" already exists\nERROR: constraint \"ir_model_access_group_id_fkey\" for relation \"ir_model_access\" already exists\nERROR: constraint \"ir_model_access_model_id_fkey\" for relation \"ir_model_access\" already exists\nERROR: constraint \"ir_model_access_write_uid_fkey\" for relation \"ir_model_access\" already exists\nERROR: constraint \"ir_model_constraint_create_uid_fkey\" for relation \"ir_model_constraint\" already exists\nERROR: constraint \"ir_model_constraint_model_fkey\" for relation \"ir_model_constraint\" already exists\nERROR: constraint \"ir_model_constraint_module_fkey\" for relation \"ir_model_constraint\" already exists\nERROR: constraint \"ir_model_constraint_write_uid_fkey\" for relation \"ir_model_constraint\" already exists\nERROR: constraint \"ir_model_create_uid_fkey\" for relation \"ir_model\" already exists\nERROR: constraint \"ir_model_data_create_uid_fkey\" for relation \"ir_model_data\" already exists\nERROR: constraint \"ir_model_data_write_uid_fkey\" for relation \"ir_model_data\" already exists\nERROR: constraint \"ir_model_fields_create_uid_fkey\" for relation \"ir_model_fields\" already exists\nERROR: constraint \"ir_model_fields_group_rel_field_id_fkey\" for relation \"ir_model_fields_group_rel\" already exists\nERROR: constraint \"ir_model_fields_group_rel_group_id_fkey\" for relation \"ir_model_fields_group_rel\" already exists\nERROR: constraint \"ir_model_fields_model_id_fkey\" for relation \"ir_model_fields\" already exists\nERROR: constraint \"ir_model_fields_serialization_field_id_fkey\" for relation \"ir_model_fields\" already exists\nERROR: constraint \"ir_model_fields_write_uid_fkey\" for relation \"ir_model_fields\" already exists\nERROR: constraint \"ir_model_relation_create_uid_fkey\" for relation \"ir_model_relation\" already exists\nERROR: constraint \"ir_model_relation_model_fkey\" for relation \"ir_model_relation\" already exists\nERROR: constraint \"ir_model_relation_module_fkey\" for relation \"ir_model_relation\" already exists\nERROR: constraint \"ir_model_relation_write_uid_fkey\" for relation \"ir_model_relation\" already exists\nERROR: constraint \"ir_model_write_uid_fkey\" for relation \"ir_model\" already exists\nERROR: constraint \"ir_module_category_create_uid_fkey\" for relation \"ir_module_category\" already exists\nERROR: constraint \"ir_module_category_parent_id_fkey\" for relation \"ir_module_category\" already exists\nERROR: constraint \"ir_module_category_write_uid_fkey\" for relation \"ir_module_category\" already exists\nERROR: constraint \"ir_module_module_category_id_fkey\" for relation \"ir_module_module\" already exists\nERROR: constraint \"ir_module_module_create_uid_fkey\" for relation \"ir_module_module\" already exists\nERROR: constraint \"ir_module_module_dependency_create_uid_fkey\" for relation \"ir_module_module_dependency\" already exists\nERROR: constraint \"ir_module_module_dependency_module_id_fkey\" for relation \"ir_module_module_dependency\" already exists\nERROR: constraint \"ir_module_module_dependency_write_uid_fkey\" for relation \"ir_module_module_dependency\" already exists\nERROR: constraint \"ir_module_module_write_uid_fkey\" for relation \"ir_module_module\" already exists\nERROR: constraint \"ir_property_company_id_fkey\" for relation \"ir_property\" already exists\nERROR: constraint \"ir_property_create_uid_fkey\" for relation \"ir_property\" already exists\nERROR: constraint \"ir_property_fields_id_fkey\" for relation \"ir_property\" already exists\nERROR: constraint \"ir_property_write_uid_fkey\" for relation \"ir_property\" already exists\nERROR: constraint \"ir_rule_create_uid_fkey\" for relation \"ir_rule\" already exists\nERROR: constraint \"ir_rule_model_id_fkey\" for relation \"ir_rule\" already exists\nERROR: constraint \"ir_rule_write_uid_fkey\" for relation \"ir_rule\" already exists\nERROR: constraint \"ir_sequence_company_id_fkey\" for relation \"ir_sequence\" already exists\nERROR: constraint \"ir_sequence_create_uid_fkey\" for relation \"ir_sequence\" already exists\nERROR: constraint \"ir_sequence_date_range_create_uid_fkey\" for relation \"ir_sequence_date_range\" already exists\nERROR: constraint \"ir_sequence_date_range_sequence_id_fkey\" for relation \"ir_sequence_date_range\" already exists\nERROR: constraint \"ir_sequence_date_range_write_uid_fkey\" for relation \"ir_sequence_date_range\" already exists\nERROR: constraint \"ir_sequence_write_uid_fkey\" for relation \"ir_sequence\" already exists\nERROR: constraint \"ir_server_object_lines_col1_fkey\" for relation \"ir_server_object_lines\" already exists\nERROR: constraint \"ir_server_object_lines_create_uid_fkey\" for relation \"ir_server_object_lines\" already exists\nERROR: constraint \"ir_server_object_lines_server_id_fkey\" for relation \"ir_server_object_lines\" already exists\nERROR: constraint \"ir_server_object_lines_write_uid_fkey\" for relation \"ir_server_object_lines\" already exists\nERROR: constraint \"ir_translation_lang_fkey_res_lang\" for relation \"ir_translation\" already exists\nERROR: constraint \"ir_ui_menu_create_uid_fkey\" for relation \"ir_ui_menu\" already exists\nERROR: constraint \"ir_ui_menu_group_rel_gid_fkey\" for relation \"ir_ui_menu_group_rel\" already exists\nERROR: constraint \"ir_ui_menu_group_rel_menu_id_fkey\" for relation \"ir_ui_menu_group_rel\" already exists\nERROR: constraint \"ir_ui_menu_parent_id_fkey\" for relation \"ir_ui_menu\" already exists\nERROR: constraint \"ir_ui_menu_write_uid_fkey\" for relation \"ir_ui_menu\" already exists\nERROR: constraint \"ir_ui_view_create_uid_fkey\" for relation \"ir_ui_view\" already exists\nERROR: constraint \"ir_ui_view_custom_create_uid_fkey\" for relation \"ir_ui_view_custom\" already exists\nERROR: constraint \"ir_ui_view_custom_ref_id_fkey\" for relation \"ir_ui_view_custom\" already exists\nERROR: constraint \"ir_ui_view_custom_user_id_fkey\" for relation \"ir_ui_view_custom\" already exists\nERROR: constraint \"ir_ui_view_custom_write_uid_fkey\" for relation \"ir_ui_view_custom\" already exists\nERROR: constraint \"ir_ui_view_group_rel_group_id_fkey\" for relation \"ir_ui_view_group_rel\" already exists\nERROR: constraint \"ir_ui_view_group_rel_view_id_fkey\" for relation \"ir_ui_view_group_rel\" already exists\nERROR: constraint \"ir_ui_view_inherit_id_fkey\" for relation \"ir_ui_view\" already exists\nERROR: constraint \"ir_ui_view_model_data_id_fkey\" for relation \"ir_ui_view\" already exists\nERROR: constraint \"ir_ui_view_write_uid_fkey\" for relation \"ir_ui_view\" already exists\nERROR: constraint \"ir_values_company_id_fkey\" for relation \"ir_values\" already exists\nERROR: constraint \"ir_values_create_uid_fkey\" for relation \"ir_values\" already exists\nERROR: constraint \"ir_values_model_id_fkey\" for relation \"ir_values\" already exists\nERROR: constraint \"ir_values_user_id_fkey\" for relation \"ir_values\" already exists\nERROR: constraint \"ir_values_write_uid_fkey\" for relation \"ir_values\" already exists\nERROR: constraint \"rel_modules_langexport_module_id_fkey\" for relation \"rel_modules_langexport\" already exists\nERROR: constraint \"rel_modules_langexport_wiz_id_fkey\" for relation \"rel_modules_langexport\" already exists\nERROR: constraint \"rel_server_actions_action_id_fkey\" for relation \"rel_server_actions\" already exists\nERROR: constraint \"rel_server_actions_server_id_fkey\" for relation \"rel_server_actions\" already exists\nERROR: constraint \"report_create_uid_fkey\" for relation \"report\" already exists\nERROR: constraint \"report_paperformat_create_uid_fkey\" for relation \"report_paperformat\" already exists\nERROR: constraint \"report_paperformat_write_uid_fkey\" for relation \"report_paperformat\" already exists\nERROR: constraint \"report_write_uid_fkey\" for relation \"report\" already exists\nERROR: constraint \"res_bank_country_fkey\" for relation \"res_bank\" already exists\nERROR: constraint \"res_bank_create_uid_fkey\" for relation \"res_bank\" already exists\nERROR: constraint \"res_bank_state_fkey\" for relation \"res_bank\" already exists\nERROR: constraint \"res_bank_write_uid_fkey\" for relation \"res_bank\" already exists\nERROR: constraint \"res_company_create_uid_fkey\" for relation \"res_company\" already exists\nERROR: constraint \"res_company_currency_id_fkey\" for relation \"res_company\" already exists\nERROR: constraint \"res_company_font_fkey\" for relation \"res_company\" already exists\nERROR: constraint \"res_company_paperformat_id_fkey\" for relation \"res_company\" already exists\nERROR: constraint \"res_company_parent_id_fkey\" for relation \"res_company\" already exists\nERROR: constraint \"res_company_partner_id_fkey\" for relation \"res_company\" already exists\nERROR: constraint \"res_company_users_rel_cid_fkey\" for relation \"res_company_users_rel\" already exists\nERROR: constraint \"res_company_users_rel_user_id_fkey\" for relation \"res_company_users_rel\" already exists\nERROR: constraint \"res_company_write_uid_fkey\" for relation \"res_company\" already exists\nERROR: constraint \"res_config_create_uid_fkey\" for relation \"res_config\" already exists\nERROR: constraint \"res_config_installer_create_uid_fkey\" for relation \"res_config_installer\" already exists\nERROR: constraint \"res_config_installer_write_uid_fkey\" for relation \"res_config_installer\" already exists\nERROR: constraint \"res_config_settings_create_uid_fkey\" for relation \"res_config_settings\" already exists\nERROR: constraint \"res_config_settings_write_uid_fkey\" for relation \"res_config_settings\" already exists\nERROR: constraint \"res_config_write_uid_fkey\" for relation \"res_config\" already exists\nERROR: constraint \"res_country_create_uid_fkey\" for relation \"res_country\" already exists\nERROR: constraint \"res_country_currency_id_fkey\" for relation \"res_country\" already exists\nERROR: constraint \"res_country_group_create_uid_fkey\" for relation \"res_country_group\" already exists\nERROR: constraint \"res_country_group_write_uid_fkey\" for relation \"res_country_group\" already exists\nERROR: constraint \"res_country_res_country_group_rel_res_country_group_id_fkey\" for relation \"res_country_res_country_group_rel\" already exists\nERROR: constraint \"res_country_res_country_group_rel_res_country_id_fkey\" for relation \"res_country_res_country_group_rel\" already exists\nERROR: constraint \"res_country_state_country_id_fkey\" for relation \"res_country_state\" already exists\nERROR: constraint \"res_country_state_create_uid_fkey\" for relation \"res_country_state\" already exists\nERROR: constraint \"res_country_state_write_uid_fkey\" for relation \"res_country_state\" already exists\nERROR: constraint \"res_country_write_uid_fkey\" for relation \"res_country\" already exists\nERROR: constraint \"res_currency_create_uid_fkey\" for relation \"res_currency\" already exists\nERROR: constraint \"res_currency_rate_company_id_fkey\" for relation \"res_currency_rate\" already exists\nERROR: constraint \"res_currency_rate_create_uid_fkey\" for relation \"res_currency_rate\" already exists\nERROR: constraint \"res_currency_rate_currency_id_fkey\" for relation \"res_currency_rate\" already exists\nERROR: constraint \"res_currency_rate_write_uid_fkey\" for relation \"res_currency_rate\" already exists\nERROR: constraint \"res_currency_write_uid_fkey\" for relation \"res_currency\" already exists\nERROR: constraint \"res_font_create_uid_fkey\" for relation \"res_font\" already exists\nERROR: constraint \"res_font_write_uid_fkey\" for relation \"res_font\" already exists\nERROR: constraint \"res_groups_action_rel_gid_fkey\" for relation \"res_groups_action_rel\" already exists\nERROR: constraint \"res_groups_action_rel_uid_fkey\" for relation \"res_groups_action_rel\" already exists\nERROR: constraint \"res_groups_category_id_fkey\" for relation \"res_groups\" already exists\nERROR: constraint \"res_groups_create_uid_fkey\" for relation \"res_groups\" already exists\nERROR: constraint \"res_groups_implied_rel_gid_fkey\" for relation \"res_groups_implied_rel\" already exists\nERROR: constraint \"res_groups_implied_rel_hid_fkey\" for relation \"res_groups_implied_rel\" already exists\nERROR: constraint \"res_groups_report_rel_gid_fkey\" for relation \"res_groups_report_rel\" already exists\nERROR: constraint \"res_groups_report_rel_uid_fkey\" for relation \"res_groups_report_rel\" already exists\nERROR: constraint \"res_groups_users_rel_gid_fkey\" for relation \"res_groups_users_rel\" already exists\nERROR: constraint \"res_groups_users_rel_uid_fkey\" for relation \"res_groups_users_rel\" already exists\nERROR: constraint \"res_groups_write_uid_fkey\" for relation \"res_groups\" already exists\nERROR: constraint \"res_lang_create_uid_fkey\" for relation \"res_lang\" already exists\nERROR: constraint \"res_lang_write_uid_fkey\" for relation \"res_lang\" already exists\nERROR: constraint \"res_partner_bank_bank_id_fkey\" for relation \"res_partner_bank\" already exists\nERROR: constraint \"res_partner_bank_company_id_fkey\" for relation \"res_partner_bank\" already exists\nERROR: constraint \"res_partner_bank_create_uid_fkey\" for relation \"res_partner_bank\" already exists\nERROR: constraint \"res_partner_bank_currency_id_fkey\" for relation \"res_partner_bank\" already exists\nERROR: constraint \"res_partner_bank_partner_id_fkey\" for relation \"res_partner_bank\" already exists\nERROR: constraint \"res_partner_bank_write_uid_fkey\" for relation \"res_partner_bank\" already exists\nERROR: constraint \"res_partner_category_create_uid_fkey\" for relation \"res_partner_category\" already exists\nERROR: constraint \"res_partner_category_parent_id_fkey\" for relation \"res_partner_category\" already exists\nERROR: constraint \"res_partner_category_write_uid_fkey\" for relation \"res_partner_category\" already exists\nERROR: constraint \"res_partner_commercial_partner_id_fkey\" for relation \"res_partner\" already exists\nERROR: constraint \"res_partner_company_id_fkey\" for relation \"res_partner\" already exists\nERROR: constraint \"res_partner_country_id_fkey\" for relation \"res_partner\" already exists\nERROR: constraint \"res_partner_create_uid_fkey\" for relation \"res_partner\" already exists\nERROR: constraint \"res_partner_parent_id_fkey\" for relation \"res_partner\" already exists\nERROR: constraint \"res_partner_res_partner_category_rel_category_id_fkey\" for relation \"res_partner_res_partner_category_rel\" already exists\nERROR: constraint \"res_partner_res_partner_category_rel_partner_id_fkey\" for relation \"res_partner_res_partner_category_rel\" already exists\nERROR: constraint \"res_partner_state_id_fkey\" for relation \"res_partner\" already exists\nERROR: constraint \"res_partner_title_create_uid_fkey\" for relation \"res_partner_title\" already exists\nERROR: constraint \"res_partner_title_fkey\" for relation \"res_partner\" already exists\nERROR: constraint \"res_partner_title_write_uid_fkey\" for relation \"res_partner_title\" already exists\nERROR: constraint \"res_partner_user_id_fkey\" for relation \"res_partner\" already exists\nERROR: constraint \"res_partner_write_uid_fkey\" for relation \"res_partner\" already exists\nERROR: constraint \"res_request_link_create_uid_fkey\" for relation \"res_request_link\" already exists\nERROR: constraint \"res_request_link_write_uid_fkey\" for relation \"res_request_link\" already exists\nERROR: constraint \"res_users_company_id_fkey\" for relation \"res_users\" already exists\nERROR: constraint \"res_users_create_uid_fkey\" for relation \"res_users\" already exists\nERROR: constraint \"res_users_log_create_uid_fkey\" for relation \"res_users_log\" already exists\nERROR: constraint \"res_users_log_write_uid_fkey\" for relation \"res_users_log\" already exists\nERROR: constraint \"res_users_partner_id_fkey\" for relation \"res_users\" already exists\nERROR: constraint \"res_users_web_tip_rel_res_users_id_fkey\" for relation \"res_users_web_tip_rel\" already exists\nERROR: constraint \"res_users_web_tip_rel_web_tip_id_fkey\" for relation \"res_users_web_tip_rel\" already exists\nERROR: constraint \"res_users_write_uid_fkey\" for relation \"res_users\" already exists\nERROR: constraint \"rule_group_rel_group_id_fkey\" for relation \"rule_group_rel\" already exists\nERROR: constraint \"rule_group_rel_rule_group_id_fkey\" for relation \"rule_group_rel\" already exists\nERROR: constraint \"web_editor_converter_test_create_uid_fkey\" for relation \"web_editor_converter_test\" already exists\nERROR: constraint \"web_editor_converter_test_many2one_fkey\" for relation \"web_editor_converter_test\" already exists\nERROR: constraint \"web_editor_converter_test_sub_create_uid_fkey\" for relation \"web_editor_converter_test_sub\" already exists\nERROR: constraint \"web_editor_converter_test_sub_write_uid_fkey\" for relation \"web_editor_converter_test_sub\" already exists\nERROR: constraint \"web_editor_converter_test_write_uid_fkey\" for relation \"web_editor_converter_test\" already exists\nERROR: constraint \"web_planner_create_uid_fkey\" for relation \"web_planner\" already exists\nERROR: constraint \"web_planner_menu_id_fkey\" for relation \"web_planner\" already exists\nERROR: constraint \"web_planner_view_id_fkey\" for relation \"web_planner\" already exists\nERROR: constraint \"web_planner_write_uid_fkey\" for relation \"web_planner\" already exists\nERROR: constraint \"web_tip_action_id_fkey\" for relation \"web_tip\" already exists\nERROR: constraint \"web_tip_create_uid_fkey\" for relation \"web_tip\" already exists\nERROR: constraint \"web_tip_write_uid_fkey\" for relation \"web_tip\" already exists\nERROR: constraint \"wizard_ir_model_menu_create_create_uid_fkey\" for relation \"wizard_ir_model_menu_create\" already exists\nERROR: constraint \"wizard_ir_model_menu_create_menu_id_fkey\" for relation \"wizard_ir_model_menu_create\" already exists\nERROR: constraint \"wizard_ir_model_menu_create_write_uid_fkey\" for relation \"wizard_ir_model_menu_create\" already exists\nERROR: constraint \"wkf_activity_action_id_fkey\" for relation \"wkf_activity\" already exists\nERROR: constraint \"wkf_activity_create_uid_fkey\" for relation \"wkf_activity\" already exists\nERROR: constraint \"wkf_activity_subflow_id_fkey\" for relation \"wkf_activity\" already exists\nERROR: constraint \"wkf_activity_wkf_id_fkey\" for relation \"wkf_activity\" already exists\nERROR: constraint \"wkf_activity_write_uid_fkey\" for relation \"wkf_activity\" already exists\nERROR: constraint \"wkf_create_uid_fkey\" for relation \"wkf\" already exists\nERROR: constraint \"wkf_instance_wkf_id_fkey\" for relation \"wkf_instance\" already exists\nERROR: constraint \"wkf_transition_act_from_fkey\" for relation \"wkf_transition\" already exists\nERROR: constraint \"wkf_transition_act_to_fkey\" for relation \"wkf_transition\" already exists\nERROR: constraint \"wkf_transition_create_uid_fkey\" for relation \"wkf_transition\" already exists\nERROR: constraint \"wkf_transition_group_id_fkey\" for relation \"wkf_transition\" already exists\nERROR: constraint \"wkf_transition_write_uid_fkey\" for relation \"wkf_transition\" already exists\nERROR: constraint \"wkf_triggers_instance_id_fkey\" for relation \"wkf_triggers\" already exists\nERROR: constraint \"wkf_triggers_workitem_id_fkey\" for relation \"wkf_triggers\" already exists\nERROR: constraint \"wkf_witm_trans_inst_id_fkey\" for relation \"wkf_witm_trans\" already exists\nERROR: constraint \"wkf_witm_trans_trans_id_fkey\" for relation \"wkf_witm_trans\" already exists\nERROR: constraint \"wkf_workitem_act_id_fkey\" for relation \"wkf_workitem\" already exists\nERROR: constraint \"wkf_workitem_inst_id_fkey\" for relation \"wkf_workitem\" already exists\nERROR: constraint \"wkf_workitem_subflow_id_fkey\" for relation \"wkf_workitem\" already exists\nERROR: constraint \"wkf_write_uid_fkey\" for relation \"wkf\" already exists\nWARNING: no privileges could be revoked for \"public\"\nWARNING: no privileges could be revoked for \"public\"\nWARNING: no privileges were granted for \"public\"\nWARNING: no privileges were granted for \"public\"", "stdout": "SET\nSET\nSET\nSET\nSET\nSET\nCREATE EXTENSION\nSET\nSET\nSET\nALTER TABLE\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nALTER TABLE\nALTER SEQUENCE\nALTER TABLE\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nALTER TABLE\nALTER SEQUENCE\nALTER TABLE\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nALTER TABLE\nALTER SEQUENCE\nALTER TABLE\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nALTER TABLE\nALTER SEQUENCE\nALTER TABLE\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nALTER TABLE\nALTER SEQUENCE\nALTER TABLE\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nALTER TABLE\nALTER SEQUENCE\nALTER TABLE\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nALTER TABLE\nALTER SEQUENCE\nALTER TABLE\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nALTER TABLE\nALTER SEQUENCE\nALTER TABLE\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nALTER TABLE\nALTER SEQUENCE\nALTER TABLE\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nALTER TABLE\nALTER SEQUENCE\nALTER TABLE\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nALTER TABLE\nALTER SEQUENCE\nALTER TABLE\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nALTER TABLE\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nALTER TABLE\nALTER SEQUENCE\nALTER TABLE\nALTER SEQUENCE\nALTER TABLE\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nALTER TABLE\nALTER SEQUENCE\nALTER TABLE\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nALTER TABLE\nALTER SEQUENCE\nALTER TABLE\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nALTER TABLE\nALTER SEQUENCE\nALTER TABLE\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nALTER TABLE\nALTER SEQUENCE\nALTER TABLE\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nALTER TABLE\nALTER SEQUENCE\nALTER TABLE\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nALTER TABLE\nALTER SEQUENCE\nALTER TABLE\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nALTER TABLE\nALTER SEQUENCE\nALTER TABLE\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nALTER TABLE\nALTER SEQUENCE\nALTER TABLE\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nALTER TABLE\nALTER SEQUENCE\nALTER TABLE\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nALTER TABLE\nALTER SEQUENCE\nALTER TABLE\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nALTER TABLE\nCOMMENT\nCOMMENT\nCOMMENT\nCOMMENT\nALT

thepian commented 8 years ago

After vagrant provision the create database page still comes up. Perhaps a odoo service reload is needed in vagrant provision

thepian commented 8 years ago

I tried vagrant reload, didn't work. Tried sudo service odoo restart, didn't work. We need the database to be created with vagrant up and vagrant provision.

khalturinsky commented 8 years ago

fix in #20