Skip to content

[Bug]: Upgrade to stable32 with oracle database fails #58022

@grnd-alt

Description

@grnd-alt

Upgrading to any stable32 version of 32.0.4 or higher fails when using an oracle database.
this line tries truncating the table oc_mounts.The oracle driver seems to somehow make that table name uppercase so when updating the table OC_MOUNTS does not exist.
removing that line, truncating the table manually and doing the upgrade resolves the issue.

I think the root cause is the connection->truncateTable call but I don't know what the appropriate call would be to use.

steps to reproduce

  • setup 32.0.1
  • update to 32.0.4

Metadata

Metadata

Assignees

No one assigned

    Labels

    0. Needs triagePending check for reproducibility or if it fits our roadmap32-feedbackbug

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions