Opened 3 years ago

Closed 3 years ago

#1486902 closed Feature Patches (fixed)

Filepath to SQL upgrade instruction is incorrect if using db provider pgsql and mysqli (Installer)

Reported by: drdol Owned by:
Priority: 5 Milestone: 0.4.1
Component: Installer Version: 0.4-stable
Severity: trivial Keywords: filepath incorrect db_provider
Cc:

Description

If you check your DB schema with the installer or the bin/update.sh script and your DB schema is not up to date, you will receive an error message to do an upgrade. In this message the filepath to the SQL upgrade instructions is incorrect. This only happens if you're using pgsql or mysqli driver, because the driver name is translated directly to the filename. Therefore no pgsql.update.sql file exists in the SQL folder.
I provided a patch to fix this issue.

Attachments (1)

description_db_provider.patch (1.6 KB) - added by drdol 3 years ago.
Patch to this minor issiue

Download all attachments as: .zip

Change History (2)

Changed 3 years ago by drdol

Patch to this minor issiue

comment:1 Changed 3 years ago by alec

  • Milestone changed from later to 0.4.1
  • Resolution set to fixed
  • Status changed from new to closed

Fixed in [27a96a40].

Note: See TracTickets for help on using tickets.