Uploaded image for project: 'eZ Platform Enterprise Edition'
  1. eZ Platform Enterprise Edition
  2. EZEE-3429

Cannot install Ibexa commerce editions on Postgres

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: High High
    • 3.3.0
    • 3.3.x-dev
    • Installation
    • after 3.3.0-rc2

    Description

      Cannot install Ibexa commerce editions on Postgres.

      Prereq.: Ibexa Exp / Cnt / Comm edition on PG db.

      Steps:

      1. Execute steps:
        composer create-project ibexa/website-skeleton:^3.3@dev ibexa_website_3
        cd ibexa_website_3
        composer config repositories.ibexa composer https://updates.ibexa.co
        composer require ibexa-experience:dev-master
        git init; git add . > /dev/null; git commit -m "installed ibexa" > /dev/null
        composer recipes:install ibexa/experience --force
        php bin/console ezplatform:install ezplatform-ee-clean
        php bin/console ezplatform:install ezcommerce-clean
        
      2. Verify result of last step.

      Actual result: Error occurs:

      In AbstractPostgreSQLDriver.php line 85:
      
        An exception occurred while executing 'CREATE INDEX ind_parent_id ON sve_ob
        ject (parent_id)':
      
        SQLSTATE[42P07]: Duplicate table: 7 ERROR:  relation "ind_parent_id" alread
        y exists
      
      
      In Exception.php line 18:
      
        SQLSTATE[42P07]: Duplicate table: 7 ERROR:  relation "ind_parent_id" alread
        y exists
      
      
      In PDOConnection.php line 125:
      
        SQLSTATE[42P07]: Duplicate table: 7 ERROR:  relation "ind_parent_id" alread
        y exists
      
      
      doctrine:schema:update [--complete] [--dump-sql] [-f|--force] [--em [EM]] [--siteaccess [SITEACCESS]]
      
      
      In InstallerCommandExecuteTrait.php line 71:
      
        An error occurred when executing the "'doctrine:schema:update --dump-sql --force'" command.
      

      Remarks: Does not occur on MySQL.

      Attachments

        Activity

          People

            Unassigned Unassigned
            michal.szoltysek@ibexa.co Michał Szołtysek
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: